mirror of
https://github.com/Adam-Ant/ClockworkAprilFools2017
synced 2024-11-05 03:26:22 +00:00
Speculative fix for flow break
This commit is contained in:
parent
9d936ccaa0
commit
e12f929103
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user