made quciekr update cycle

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-18 16:20:06 +01:00
parent a797c28833
commit bf2cd6ae8f
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ def tube_index_updater(ti_sender):
print("Updated tube index with values: "+str(tube_index))
except Exception as e:
print(e)
time.sleep(5)
time.sleep(2)
if __name__ == "__main__":
(ti_receiver,ti_sender) = Pipe(True)