This commit is contained in:
Max Hunt 2020-02-10 17:35:33 +00:00
parent 69a7de8a7f
commit a0ffe0395e

View File

@ -352,6 +352,7 @@ def _tf_service_initializer():
def tf_service(init=True):
global tf_service_thread
if init:
print('Starting tf service thread')
tf_service_thread = threading.Thread(target=_tf_service_initializer)