added some debugging

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-18 00:45:16 +01:00
parent 6cc0a003be
commit 826641b0ce
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ def tube_index_updater(data_queue):
tube_index = cur.fetchall()
cur.close()
data_queue.put(tube_index)
print("Updated tube index with values: "+str(tube_index))
except Exception as e:
print(e)
time.sleep(5)