diff --git a/client/main.py b/client/main.py index c65c028..bbba89b 100644 --- a/client/main.py +++ b/client/main.py @@ -94,6 +94,7 @@ def loopCheckSettingUpdates(): universe, dmx_address = get_assigned_params() except Exception as e: print(f"Error: {e}") + time.sleep(2) def loopUpdatePixels(): while True: