1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-22 20:00:29 +03:00

Dont exit inara worker thread

This commit is contained in:
A_D 2020-10-24 09:34:36 +02:00 committed by Athanasius
parent 10ca50bf5a
commit f10cd9d70f

View File

@ -1205,7 +1205,7 @@ def new_worker():
events = get_events()
if killswitch.is_disabled("plugins.inara.worker"):
logger.warning("Inara worker disabled via killswitch")
return
continue
for creds, event_list in events.items():
if not event_list: