fixed debug

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-17 15:55:05 +01:00
parent 29483c894f
commit f0e4bde57a
+1 -1
View File
@@ -115,8 +115,8 @@ def update_tube_index():
global result global result
result = cur.fetchall() result = cur.fetchall()
cur.close() cur.close()
time.sleep(10)
print("Updated index: "+str(result)) print("Updated index: "+str(result))
time.sleep(10)
def start_mqtt_publishers(): def start_mqtt_publishers():
# Create and start a thread for each universe # Create and start a thread for each universe