fix type
This commit is contained in:
parent
8a914bbfd1
commit
8b33562ce9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user