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().
|
Read config.toml file and sanitize it with read().
|
||||||
Get named parts of the config with get()'''
|
Get named parts of the config with get()'''
|
||||||
|
act_config = {}
|
||||||
|
def_config = {}
|
||||||
|
|
||||||
conf_schema = Schema({
|
conf_schema = Schema({
|
||||||
'tsun': {
|
'tsun': {
|
||||||
|
|||||||
Reference in New Issue
Block a user