Modifying file
This commit is contained in:
parent
752dad2fbf
commit
5fb88692ca
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue