mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-04 02:01:41 +03:00
Whitespace according to autopep8
This commit is contained in:
@@ -1678,6 +1678,7 @@ class YoutubeDL:
|
||||
def _wait_until(self, till):
|
||||
format_dur = lambda dur: '%02d:%02d:%02d' % timetuple_from_msec(dur * 1000)[:-1]
|
||||
last_msg = ''
|
||||
|
||||
def progress(msg):
|
||||
nonlocal last_msg
|
||||
full_msg = f'{msg}\n'
|
||||
|
||||
Reference in New Issue
Block a user