Update
This commit is contained in:
parent
69a7de8a7f
commit
a0ffe0395e
1
main.py
1
main.py
@ -352,6 +352,7 @@ def _tf_service_initializer():
|
|||||||
|
|
||||||
|
|
||||||
def tf_service(init=True):
|
def tf_service(init=True):
|
||||||
|
global tf_service_thread
|
||||||
if init:
|
if init:
|
||||||
print('Starting tf service thread')
|
print('Starting tf service thread')
|
||||||
tf_service_thread = threading.Thread(target=_tf_service_initializer)
|
tf_service_thread = threading.Thread(target=_tf_service_initializer)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user