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