flake8. added sha256 check to updater.

This commit is contained in:
Unknown
2020-10-31 08:57:55 +01:00
parent da6403d340
commit fa57af1ef3
3 changed files with 21 additions and 3 deletions

View File

@@ -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):