This commit is contained in:
Max Hunt 2020-02-10 17:40:16 +00:00
parent a0ffe0395e
commit 5c2dd43b66

View File

@ -359,7 +359,7 @@ def tf_service(init=True):
tf_service_thread.start()
else:
print('Killing tf service thread')
tf_service_thread.kill()
tf_service_thread.terminate()