mirror of
https://github.com/Adam-Ant/ClockworkAprilFools2017
synced 2024-12-20 11:04:35 +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("/")
|
@app.route("/")
|
||||||
def index():
|
def index():
|
||||||
|
if 'username' in session:
|
||||||
|
#No longer in the checkout flow, reset!
|
||||||
|
session.pop('username', None)
|
||||||
return render_template("index.html")
|
return render_template("index.html")
|
||||||
|
|
||||||
@app.route("/collectsunlight")
|
@app.route("/collectsunlight")
|
||||||
|
Loading…
Reference in New Issue
Block a user