add WGET_OPTION

This commit is contained in:
Dimitris Zlatanidis 2015-01-08 09:21:03 +02:00
parent 1565449998
commit ba07f492aa

View file

@ -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()