From 641b1ae1bf26265f66fcbe299ed5867577fd070c Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 26 Jul 2023 23:06:28 +0300 Subject: [PATCH] fish --- files/routes/votes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/votes.py b/files/routes/votes.py index 071f6cfe5..221220c78 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -128,7 +128,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): elif cls == Post and (any(i in target.title.lower() for i in ENCOURAGED) or any(i in str(target.url).lower() for i in ENCOURAGED2)): mul = PROGSTACK_MUL send_notification(AEVANN_ID, target.permalink) - elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {CARP_ID, SCHIZO_ID}): + elif target.author.progressivestack or (target.author.admin_level and target.author.id != SCHIZO_ID): mul = 2 elif SITE == 'rdrama.net' and cls == Post: if (target.domain.endswith('.win')