1
0
mirror of https://github.com/Adam-Ant/ClockworkAprilFools2017 synced 2024-07-11 07:36:09 +00:00

Speculative fix for flow break

This commit is contained in:
Adam Dodman 2017-03-31 18:02:02 +01:00
parent 9d936ccaa0
commit e12f929103

View File

@ -65,6 +65,9 @@ def teamspeakClientCheck(clientName):
@app.route("/")
def index():
if 'username' in session:
#No longer in the checkout flow, reset!
session.pop('username', None)
return render_template("index.html")
@app.route("/collectsunlight")