Modifying file
This commit is contained in:
parent
752dad2fbf
commit
5fb88692ca
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ def into_thread():
|
||||||
def open_command_function():
|
def open_command_function():
|
||||||
command_applier = threading.Thread(target=into_thread)
|
command_applier = threading.Thread(target=into_thread)
|
||||||
command_applier.start()
|
command_applier.start()
|
||||||
return "Pull the door ;)\n"
|
return "OK\n"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue