parent
b956951178
commit
75b7a5bf23
|
@ -157,5 +157,6 @@ if __name__ == "__main__":
|
|||
tube_index_updater_thread.start()
|
||||
flask_thread = Process(target=flask_api)
|
||||
flask_thread.start()
|
||||
time.sleep(1)
|
||||
publisher_thread = Process(target=start_mqtt_publishers, args=(result, ))
|
||||
publisher_thread.start()
|
||||
|
|
Loading…
Reference in New Issue