From d326fd6cd8e948b0d1dca3a7e6ec8e445f408434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 14 Feb 2024 21:46:42 +0100 Subject: [PATCH] next test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.py b/server/app.py index fbc1b0e..f58a628 100644 --- a/server/app.py +++ b/server/app.py @@ -124,6 +124,7 @@ def start_mqtt_publishers(universe_count): while True: try: for universe in universe_list: + universe = universe - 1 # Gets whatever the last Art-Net packet we received is artNetPacket = artNet.readPacket() # Make sure we actually *have* a packet