Modifying file

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

View file

@ -40,10 +40,10 @@ def into_thread():
def open_command_function():
command_applier = threading.Thread(target=into_thread)
command_applier.start()
return "Pull the door ;)\n"
return "OK\n"
if __name__=="__main__":
switch_off()
app.run(host="0.0.0.0")
app.run(host="0.0.0.0")