config value log --> verbose. perhaps in the future debug (coz in the future we will have an xml window) or just stick with verbose :P part 2
This commit is contained in:
parent
7d26b7db8c
commit
543ad45eb4
|
@ -33,7 +33,7 @@ class Config:
|
|||
|
||||
__options = {
|
||||
# name: [ type, value ]
|
||||
'log': [ opt_bool, True ],
|
||||
'verbose': [ opt_bool, True ],
|
||||
'delauth': [ opt_bool, True ],
|
||||
'delroster': [ opt_bool, True ],
|
||||
'alwaysauth': [ opt_bool, False ],
|
||||
|
|
Loading…
Reference in New Issue