made quciekr update cycle

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-18 16:20:06 +01:00
parent a797c28833
commit bf2cd6ae8f
+1 -1
View File
@@ -174,7 +174,7 @@ def tube_index_updater(ti_sender):
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(5) time.sleep(2)
if __name__ == "__main__": if __name__ == "__main__":
(ti_receiver,ti_sender) = Pipe(True) (ti_receiver,ti_sender) = Pipe(True)