mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Fixed typo
This commit is contained in:
parent
fef6284368
commit
7b52fd467b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from slpkg.configs import Configs
|
||||||
|
|
||||||
|
|
||||||
class Wget:
|
class Wget:
|
||||||
""" Wget donwloader. """
|
""" Wget downloader. """
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.wget_options: str = Configs.wget_options
|
self.wget_options: str = Configs.wget_options
|
||||||
|
|
Loading…
Reference in a new issue