mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-29 09:34:52 +00:00
flake8. added sha256 check to updater.
This commit is contained in:
@@ -369,8 +369,6 @@ class FileDownloader(object):
|
||||
'[download] Sleeping %s seconds...' % (
|
||||
int(sleep_interval_sub)))
|
||||
time.sleep(sleep_interval_sub)
|
||||
|
||||
|
||||
return self.real_download(filename, info_dict)
|
||||
|
||||
def real_download(self, filename, info_dict):
|
||||
|
Reference in New Issue
Block a user