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
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Config:
|
||||||
|
|
||||||
__options = {
|
__options = {
|
||||||
# name: [ type, value ]
|
# name: [ type, value ]
|
||||||
'log': [ opt_bool, True ],
|
'verbose': [ opt_bool, True ],
|
||||||
'delauth': [ opt_bool, True ],
|
'delauth': [ opt_bool, True ],
|
||||||
'delroster': [ opt_bool, True ],
|
'delroster': [ opt_bool, True ],
|
||||||
'alwaysauth': [ opt_bool, False ],
|
'alwaysauth': [ opt_bool, False ],
|
||||||
|
|
Loading…
Add table
Reference in a new issue