mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
add WGET_OPTION
This commit is contained in:
parent
1565449998
commit
ba07f492aa
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ class Config(object):
|
|||
'REMOVE_DEPS_ANSWER',
|
||||
'SKIP_UNST',
|
||||
'DEL_DEPS',
|
||||
'USE_COLORS'
|
||||
'USE_COLORS',
|
||||
'WGET_OPTION'
|
||||
]
|
||||
f = open(self.config_file, "r")
|
||||
read_conf = f.read()
|
||||
|
|
Loading…
Reference in a new issue