From 5121ef207112040fdf58e889393071aeb51cf4f2 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Sun, 1 Mar 2009 00:00:04 +0100 Subject: [PATCH] Fix wrong indentation --- youtube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index a0cafeae9..323897a9c 100755 --- 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