removed timer
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -156,6 +156,5 @@ if __name__ == "__main__":
|
|||||||
tube_index_updater_thread.start()
|
tube_index_updater_thread.start()
|
||||||
flask_thread = Process(target=flask_api)
|
flask_thread = Process(target=flask_api)
|
||||||
flask_thread.start()
|
flask_thread.start()
|
||||||
time.sleep(10)
|
|
||||||
publisher_thread = Process(target=mqtt_publisher, args=())
|
publisher_thread = Process(target=mqtt_publisher, args=())
|
||||||
publisher_thread.start()
|
publisher_thread.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user