added debug

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-17 16:20:06 +01:00
parent d781198fb6
commit eaa5574462
+1
View File
@@ -125,6 +125,7 @@ def update_tube_index():
def mqtt_publisher(): def mqtt_publisher():
global TUBE_INDEX global TUBE_INDEX
print(TUBE_INDEX)
# Create and start a thread for each universe # Create and start a thread for each universe
mqtt_client = connect_mqtt() mqtt_client = connect_mqtt()
artnetBindIp = get_eth0_ip() artnetBindIp = get_eth0_ip()