init act_config, def_config even without init() call
This commit is contained in:
@@ -17,6 +17,8 @@ class Config():
|
||||
|
||||
Read config.toml file and sanitize it with read().
|
||||
Get named parts of the config with get()'''
|
||||
act_config = {}
|
||||
def_config = {}
|
||||
|
||||
conf_schema = Schema({
|
||||
'tsun': {
|
||||
|
||||
Reference in New Issue
Block a user