removed timer

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 16:05:28 +01:00
parent bc1390ceca
commit 9437010202
1 changed files with 0 additions and 1 deletions

View File

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