diff --git a/src/common/config.py b/src/common/config.py index 88c8ee5d3..7cf2d2980 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -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 ],