Modifying file

This commit is contained in:
chabisik 2022-12-12 16:32:23 +01:00
parent 752dad2fbf
commit 5fb88692ca

View file

@ -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"