Update
This commit is contained in:
parent
2947a15ae1
commit
684349bc42
2
main.py
2
main.py
@ -464,7 +464,7 @@ tf_service(init=True)
|
|||||||
|
|
||||||
print('Done with task, enter x to kill tf service')
|
print('Done with task, enter x to kill tf service')
|
||||||
while running:
|
while running:
|
||||||
a = input()
|
a = raw_input()
|
||||||
if a == 'x':
|
if a == 'x':
|
||||||
print("x has been caught, killing tf service")
|
print("x has been caught, killing tf service")
|
||||||
running = False
|
running = False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user