added longer times

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 16:02:45 +01:00
parent 8b10597d4e
commit 1e2bd1c20b
1 changed files with 1 additions and 1 deletions

View File

@ -153,6 +153,6 @@ if __name__ == "__main__":
tube_index_updater_thread.start()
flask_thread = Process(target=flask_api)
flask_thread.start()
time.sleep(1)
time.sleep(10)
publisher_thread = Process(target=start_mqtt_publishers, args=())
publisher_thread.start()