mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +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:
|
def tools(self, url: str) -> None:
|
||||||
""" Downloader tools wget, curl and lftp. """
|
""" Downloader tools wget, curl and lftp. """
|
||||||
output: int = 0
|
|
||||||
filename: str = url.split('/')[-1]
|
filename: str = url.split('/')[-1]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue