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)