From 18c9e1628684fea68d3b5657dc5501f3de627f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 01:27:55 +0100 Subject: [PATCH] added a sleeper for settings update 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 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: