init act_config, def_config even without init() call

This commit is contained in:
Stefan Allius
2024-12-03 22:49:38 +01:00
parent 47a89c269f
commit ac7b02bde9

View File

@@ -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': {