fix logging output during downloads
from: filename.ext[download][warning] ... to: filename.ext [download][warning] ...
This commit is contained in:
@@ -111,6 +111,7 @@ class DownloaderBase():
|
||||
self.receive(file)
|
||||
except RequestException as exc:
|
||||
msg = exc
|
||||
print()
|
||||
continue
|
||||
|
||||
# check filesize
|
||||
|
||||
Reference in New Issue
Block a user