remove carp award immunity

master
Aevann1 2022-12-19 16:43:52 +02:00
parent c70cdc65bf
commit 481d0d7c6a
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ def award_thing(v, thing_type, id):
note = request.values.get("note", "").strip()
if SITE == 'rdrama.net' and author.id in (PIZZASHILL_ID, CARP_ID) and v.id not in (AEVANN_ID, SNAKES_ID):
if SITE == 'rdrama.net' and author.id in (PIZZASHILL_ID,) and v.id not in (AEVANN_ID, SNAKES_ID):
abort(403, f"@{author.username} is immune to awards.")
if kind == "benefactor" and author.id == v.id: