From 4ec634e39c66fd2d57751c7da4d0c90bf34ceb06 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 9 Oct 2023 20:21:16 +0300 Subject: [PATCH] remove space --- files/routes/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index c067061d53..14e1ca7217 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -218,7 +218,7 @@ def award_thing(v, thing_type, id): if kind == 'shit': author.charge_account('coins', awarded_coins, should_check_balance=False) v.pay_account('coins', awarded_coins) - elif AWARDS[kind]['cosmetic'] and kind not in FISTMAS_AWARDS + HOMOWEEN_AWARDS : + elif AWARDS[kind]['cosmetic'] and kind not in FISTMAS_AWARDS + HOMOWEEN_AWARDS: author.pay_account('coins', awarded_coins) if thing_type == 'comment':