commit: 5121ef207112040fdf58e889393071aeb51cf4f2
parent fd209848897f45e9df8931d14e937f0b0ed2a547
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Sun, 1 Mar 2009 00:00:04 +0100
Fix wrong indentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube-dl b/youtube-dl
@@ -144,7 +144,7 @@ class FileDownloader(object):
return '--:--'
return '%02d:%02d' % (eta_mins, eta_secs)
- @staticmethod
+ @staticmethod
def calc_speed(start, now, bytes):
dif = now - start
if bytes == 0 or dif < 0.001: # One millisecond