fixed exception malformed stirng or array

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-18 16:16:53 +01:00
parent 9795ebac91
commit 79176e5af6
-1
View File
@@ -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()