1
0
mirror of https://github.com/Adam-Ant/ClockworkAprilFools2017 synced 2024-10-05 00:03:52 +00:00

Flow complete, it should now work....

This commit is contained in:
Adam Dodman 2017-03-31 17:28:58 +01:00
parent 979f23b2de
commit 60e15dc11d

View File

@ -85,6 +85,7 @@ def payment():
def activate():
if "username" in session:
if teamspeakClientAdd(session['username']):
session.pop('username', None)
flash("Success! You have been upgraded to Clockwork PLUS! Enjoy!","success")
return redirect(url_for('index'))
else: