enable sys.exit
This commit is contained in:
parent
50c902d019
commit
83ece2c59e
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ try:
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logger_api.error('Client login error')
|
logger_api.error('Client login error')
|
||||||
logger_api.error(err)
|
logger_api.error(err)
|
||||||
#sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# Schedule sync jobs
|
# Schedule sync jobs
|
||||||
scheduler.add_job(func=core_api_sync, trigger='interval', seconds=core_sync_period, id='core_api_sync')
|
scheduler.add_job(func=core_api_sync, trigger='interval', seconds=core_sync_period, id='core_api_sync')
|
||||||
|
|
Loading…
Reference in a new issue