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