forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-08 10:41:15 +02:00
parent a46412b501
commit 3385d5e607
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def buy(v, award):
g.db.commit()
print(award)
return render_template("shop.html", awards=list(AWARDS.values()), v=v)
return "", 204
def banaward_trigger(post=None, comment=None):