From f10cd9d70f8998a8838e8efdb2a24fc2c56a7fb6 Mon Sep 17 00:00:00 2001 From: A_D Date: Sat, 24 Oct 2020 09:34:36 +0200 Subject: [PATCH] Dont exit inara worker thread --- plugins/inara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inara.py b/plugins/inara.py index 8a5cfa11..4f7d8d5a 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -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: