mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Updated for new line
This commit is contained in:
parent
800f473c97
commit
56a8bb160a
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ class Downloader(Configs):
|
|||
else:
|
||||
for url in self.urls:
|
||||
self.tool(url)
|
||||
print()
|
||||
|
||||
if self.urls and not self.urls[0].startswith('file'):
|
||||
print()
|
||||
|
||||
def tool(self, url: str) -> None:
|
||||
""" Downloader tools wget, wget2, curl and lftp. """
|
||||
|
|
Loading…
Reference in a new issue