diff --git a/server/app.py b/server/app.py index 6b2d457..c1e18e0 100644 --- a/server/app.py +++ b/server/app.py @@ -116,6 +116,7 @@ def update_tube_index(): result = cur.fetchall() cur.close() time.sleep(10) + print("Updated index: "+str(result)) def start_mqtt_publishers(): # Create and start a thread for each universe