parent
83004d35fa
commit
bedbf76b5f
|
@ -158,6 +158,8 @@ def tube_index_updater():
|
||||||
TUBE_INDEX = cur.fetchall()
|
TUBE_INDEX = cur.fetchall()
|
||||||
cur.close()
|
cur.close()
|
||||||
mqtt_client.publish("pxm/tube_index", str(TUBE_INDEX))
|
mqtt_client.publish("pxm/tube_index", str(TUBE_INDEX))
|
||||||
|
print("Updated tube index")
|
||||||
|
time.sleep(1)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue