From 79176e5af65d3e051259616c953f6a8d2d8374dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sun, 18 Feb 2024 16:16:53 +0100 Subject: [PATCH] fixed exception malformed stirng or array 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 deletion(-) diff --git a/server/app.py b/server/app.py index 083e6d5..7e3c44a 100644 --- a/server/app.py +++ b/server/app.py @@ -110,7 +110,6 @@ def connect_mqtt(): return client def mqtt_publisher(ti_receiver): - tube_index_old = None # Create and start a thread for each universe mqtt_client = connect_mqtt() artnetBindIp = get_eth0_ip()