[fix] checker: fix typo unknown instead of unknow

This commit is contained in:
Alexandre Flament 2021-01-12 09:33:58 +01:00
parent a0c8b413a6
commit 7f0c508598
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ def initialize():
return
#
_set_result({'status': 'unknow'})
_set_result({'status': 'unknown'})
start_after = scheduling.get('start_after', (300, 1800))
start_after = _get_interval(start_after, 'checker.scheduling.start_after is not a int or list')