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