Added warning in logger.
This commit is contained in:
parent
3a0ea09abf
commit
e38d61cf5c
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class _ConfigLib:
|
||||||
self.config_notify = self.config_general["notify"]
|
self.config_notify = self.config_general["notify"]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
self.config_notify = False
|
self.config_notify = False
|
||||||
|
logger.warning("'notify' is not set in dictionary general in the config file, defaulting to 'false'.")
|
||||||
|
|
||||||
class ConfigValidity(_ConfigLib):
|
class ConfigValidity(_ConfigLib):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in a new issue