mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Fix typo
This commit is contained in:
parent
6c28ab2b8f
commit
0c29c50952
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Download(object):
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
"""Download files using wget or other downloader.
|
"""Download files using wget or other downloader.
|
||||||
Optional curl, aria2c and hhtp
|
Optional curl, aria2c and http
|
||||||
"""
|
"""
|
||||||
dwn_count = 1
|
dwn_count = 1
|
||||||
self._directory_prefix()
|
self._directory_prefix()
|
||||||
|
|
Loading…
Reference in a new issue