From b8f4282adc827929f1e61b967524418463c21a47 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 13 Dec 2025 21:23:09 +0100 Subject: [PATCH] wtf --- modules/web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web.py b/modules/web.py index a95a87f..67523b9 100644 --- a/modules/web.py +++ b/modules/web.py @@ -237,6 +237,7 @@ class Module(PlayerModule): except Exception: pass def shutdown(self): + self.logger.info("Shutting down...") self.ipc_thread_running = False try: self.imc_q.put(None)