From 233259afb9c0fe720f3158d5e8de4dabb18f75b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sun, 18 Feb 2024 16:02:45 +0100 Subject: [PATCH] test with old data 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 83e1d0f..860b006 100644 --- a/server/app.py +++ b/server/app.py @@ -144,7 +144,7 @@ def mqtt_publisher(ti_receiver): # Publish pixel topic mqtt_client.publish(p1_topic, str([str([p1_r, p1_g, p1_b]), str([p2_r, p2_g, p2_b]), str([p3_r, p3_g, p3_b]), str([p4_r, p4_g, p4_b]), str([p5_r, p5_g, p5_b]), str([p6_r, p6_g, p6_b])])) else: - print(tube_index_old) + print("Old data: "+str(tube_index_old)) for index_row in tube_index_old: if artNetPacket.universe == int(index_row[1]): dmx_address = int(index_row[2])