From 6dd0b70e917fc7747db1f7ae1086ce2c976c1d21 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 21 Oct 2021 23:31:48 +0200 Subject: [PATCH] dfs --- files/routes/awards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/awards.py b/files/routes/awards.py index f7d276fe1..98edc6c5e 100755 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -182,6 +182,7 @@ def shop(v): award["owned_num"] = row['last_award_count'] owned.append(award) + print(owned) if v.patron: for val in AWARDS.values(): if v.patron == 1: val["price"] = int(val["price"]*0.90)