forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-08 10:40:59 +02:00
parent 793abf273b
commit a46412b501
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ def buy(v, award):
award = AwardRelationship(user_id=v.id, kind=award)
g.db.add(award)
g.db.commit()
print(award)
return render_template("shop.html", awards=list(AWARDS.values()), v=v)