diff --git a/app/src/cnf/config.py b/app/src/cnf/config.py index ecbad0a..081c05b 100644 --- a/app/src/cnf/config.py +++ b/app/src/cnf/config.py @@ -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': {