mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Remove unused
This commit is contained in:
parent
dcea1cb82d
commit
a653ea6364
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ class Downloader(Configs):
|
|||
self.multi_process = MultiProcess(flags)
|
||||
self.views = View(flags)
|
||||
|
||||
self.filename = None
|
||||
self.downloader_command: str = ''
|
||||
self.downloader_tools: dict = {
|
||||
'wget': self.set_wget_downloader,
|
||||
|
|
Loading…
Reference in a new issue