This commit is contained in:
jb-alvarado 2019-03-11 14:59:49 +01:00
parent 8a914bbfd1
commit 8b33562ce9

View File

@ -51,7 +51,7 @@ else:
_general = SimpleNamespace(
stop=cfg.get('GENERAL', 'stop_on_error'),
threshold=cfg.get('GENERAL', 'stop_threshold')
threshold=cfg.getfloat('GENERAL', 'stop_threshold')
)
_mail = SimpleNamespace(