mirror of
https://github.com/Adam-Ant/ClockworkAprilFools2017
synced 2025-08-11 17:06:49 +00:00
Speculative fix for flow break
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user