From ca5a386339dd052b379154043390ce89f1f5f849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 01:07:39 +0100 Subject: [PATCH] added anothher exit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.py b/client/main.py index bfc5a46..ecf9e49 100644 --- a/client/main.py +++ b/client/main.py @@ -102,6 +102,7 @@ def loopCheckSettingUpdates(): print(universe, dmx_address) except Exception as e: print(f"Error: {e}") + exit() sys.exit() time.sleep(2)