mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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.multi_process = MultiProcess(flags)
|
||||||
self.views = View(flags)
|
self.views = View(flags)
|
||||||
|
|
||||||
|
self.filename: str = ''
|
||||||
self.downloader_command: str = ''
|
self.downloader_command: str = ''
|
||||||
self.downloader_tools: dict = {
|
self.downloader_tools: dict = {
|
||||||
'wget': self.set_wget_downloader,
|
'wget': self.set_wget_downloader,
|
||||||
|
|
Loading…
Add table
Reference in a new issue