Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2024-04-12 21:29:54 +03:00
parent a9fbf42872
commit 2273029a0d

View file

@ -25,6 +25,7 @@ class Downloader(Configs):
self.multi_process = MultiProcess(flags)
self.views = View(flags)
self.filename: str = ''
self.downloader_command: str = ''
self.downloader_tools: dict = {
'wget': self.set_wget_downloader,