Browse Source

More cookie stuff

pull/1/head
Ravi Shah 5 years ago
parent
commit
c6ba5fc910
  1. 1
      garage_door_script.py

1
garage_door_script.py

@ -63,6 +63,7 @@ def cookie():
return resp
else:
return 'Not logged in.'
return redirect(url_for('index'))
if __name__ == '__main__':
app.run(host='0.0.0.0') #Run the webserver
Loading…
Cancel
Save