From 569d76ab38e9217c376e347b52bbda3f0328769a Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 25 Jan 2023 07:02:57 +0200 Subject: [PATCH] respect the dead --- 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 16b5a4245..f8f472dda 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -171,7 +171,7 @@ def award_thing(v, thing_type, id): else: safe_username = f"@{author.username}" - if SITE == 'rdrama.net' and author.id == PIZZASHILL_ID: + if SITE == 'rdrama.net' and author.id in (PIZZASHILL_ID, CARP_ID): abort(403, f"{safe_username} is immune to awards.") if kind == "benefactor" and author.id == v.id: