parent
29483c894f
commit
f0e4bde57a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue