From c86b3bd8b03211790c0cf036758487d1bf800dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sun, 18 Feb 2024 13:36:37 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/app.py b/server/app.py index 7c21e5c..add40f7 100644 --- a/server/app.py +++ b/server/app.py @@ -115,7 +115,8 @@ def mqtt_publisher(tube_index): artnetBindIp = get_eth0_ip() artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = True, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454) while True: - # print(tube_index) + print(tube_index) + tube_index = tuple(tube_index) try: # Gets whatever the last Art-Net packet we received is artNetPacket = artNet.readPacket()