1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-04-03 02:57:26 +00:00

Fix wrong indentation

This commit is contained in:
Ricardo Garcia
2009-03-01 00:00:04 +01:00
parent fd20984889
commit 5121ef2071

View File

@@ -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