parent
5297431e6d
commit
29483c894f
|
@ -116,6 +116,7 @@ def update_tube_index():
|
||||||
result = cur.fetchall()
|
result = cur.fetchall()
|
||||||
cur.close()
|
cur.close()
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
|
print("Updated index: "+str(result))
|
||||||
|
|
||||||
def start_mqtt_publishers():
|
def start_mqtt_publishers():
|
||||||
# Create and start a thread for each universe
|
# Create and start a thread for each universe
|
||||||
|
|
Loading…
Reference in New Issue