From a46412b501fa1d92e80547d5f7948e3e67c495c0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 10:40:59 +0200 Subject: [PATCH] gf --- files/routes/awards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/awards.py b/files/routes/awards.py index 2e373f4cb..d8119551a 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -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)