temp removed debug message
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ def tube_index_updater(ti_sender):
|
|||||||
tube_index = cur.fetchall()
|
tube_index = cur.fetchall()
|
||||||
cur.close()
|
cur.close()
|
||||||
ti_sender.send(str(tube_index))
|
ti_sender.send(str(tube_index))
|
||||||
print("Updated tube index with values: "+str(tube_index))
|
# print("Updated tube index with values: "+str(tube_index))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user