Skip to content
Snippets Groups Projects
Commit 543ad45e authored by nkour's avatar nkour
Browse files

config value log --> verbose. perhaps in the future debug (coz in the future...

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
parent 7d26b7db
No related branches found
No related tags found
No related merge requests found
......@@ -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 ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment