parent
6927356998
commit
e09f92cfd4
|
@ -178,5 +178,5 @@ if __name__ == "__main__":
|
||||||
ti_updater_thread.start()
|
ti_updater_thread.start()
|
||||||
publisher_thread = Process(target=mqtt_publisher, args=(ti_receiver, ))
|
publisher_thread = Process(target=mqtt_publisher, args=(ti_receiver, ))
|
||||||
publisher_thread.start()
|
publisher_thread.start()
|
||||||
flask_thread = Process(target=flask_api)
|
# flask_thread = Process(target=flask_api)
|
||||||
flask_thread.start()
|
# flask_thread.start()
|
Loading…
Reference in New Issue