mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Removed unused var
This commit is contained in:
parent
b8e7977236
commit
668453bd60
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ class Downloader(Configs, Utilities):
|
|||
|
||||
def tools(self, url: str) -> None:
|
||||
""" Downloader tools wget, curl and lftp. """
|
||||
output: int = 0
|
||||
filename: str = url.split('/')[-1]
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue