Skip to content

Commit

Permalink
Remove superfluous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Mar 5, 2014
1 parent 3524175 commit ad242b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/downloader/rtmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def run_rtmpdump(args):

retval = run_rtmpdump(args)

while (retval == RD_INCOMPLETE or retval == RD_ FAILED) and not test:
while (retval == RD_INCOMPLETE or retval == RD_FAILED) and not test:
prevsize = os.path.getsize(encodeFilename(tmpfilename))
self.to_screen(u'[rtmpdump] %s bytes' % prevsize)
time.sleep(5.0) # This seems to be needed
Expand Down

0 comments on commit ad242b5

Please sign in to comment.