From 1108b9acfcbdeeff49de945867fb6c564b5d9a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 14 Feb 2024 19:26:25 +0100 Subject: [PATCH] added universe print 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 75be5e5..4ce0898 100644 --- a/server/app.py +++ b/server/app.py @@ -131,6 +131,7 @@ def start_mqtt_publishers(universe_count): # Make sure we actually *have* a packet if artNetPacket is not None and artNetPacket.data is not None: print(2) + print(artNetPacket.universe) # Checks to see if the current packet is for the specified DMX Universe if artNetPacket.universe in universe_list: print(3)