From a3cc4ca81d0efcd0cc649df73d741271f09e0218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 15 Feb 2024 11:43:11 +0100 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.py b/server/app.py index d81a6b7..3123909 100644 --- a/server/app.py +++ b/server/app.py @@ -120,7 +120,7 @@ def start_mqtt_publishers(): try: # Gets whatever the last Art-Net packet we received is artNetPacket = artNet.readPacket() - print(artNetPacket) + print(artNetPacket.length) # Make sure we actually *have* a packet if artNetPacket is not None and artNetPacket.data is not None: #Checks to see if the current packet is for the specified DMX Universe