mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-29 23:32:07 +03:00
Whitespace according to autopep8
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user