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:
parent
10ca50bf5a
commit
f10cd9d70f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user