mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for coding style
This commit is contained in:
parent
a9fbf42872
commit
2273029a0d
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue