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