This commit is contained in:
Max Hunt 2020-02-10 17:57:11 +00:00
parent 2947a15ae1
commit 684349bc42

View File

@ -464,7 +464,7 @@ tf_service(init=True)
print('Done with task, enter x to kill tf service')
while running:
a = input()
a = raw_input()
if a == 'x':
print("x has been caught, killing tf service")
running = False