Whitespace according to autopep8

This commit is contained in:
Paul Storkman
2025-02-05 19:10:20 +01:00
parent 2b5c77c10a
commit e23560b490
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -1678,6 +1678,7 @@ class YoutubeDL:
def _wait_until(self, till): def _wait_until(self, till):
format_dur = lambda dur: '%02d:%02d:%02d' % timetuple_from_msec(dur * 1000)[:-1] format_dur = lambda dur: '%02d:%02d:%02d' % timetuple_from_msec(dur * 1000)[:-1]
last_msg = '' last_msg = ''
def progress(msg): def progress(msg):
nonlocal last_msg nonlocal last_msg
full_msg = f'{msg}\n' full_msg = f'{msg}\n'