From 8339a80e526bbe0ccff91aa73077994fe796c235 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 10:58:39 +0200 Subject: [PATCH] fd --- files/routes/awards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/awards.py b/files/routes/awards.py index ead22d2b6..2b46be2f4 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -70,6 +70,7 @@ def shop(v): if kind in AWARDS.keys(): award = AWARDS[kind] award["owned_num"] = row['last_award_count'] + owned.append(award) print(owned) return render_template("shop.html", owned=owned, awards=list(AWARDS.values()), v=v)