From 8d2eca46e44648309eb836ed97a26693c173b80e Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 12 May 2023 20:31:23 +0300 Subject: [PATCH] progstack me --- 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 b662d9c65a..ca83d01dcc 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -167,7 +167,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): elif cls == Submission and (any(i in target.title.lower() for i in ENCOURAGED) or any(i in target.url.lower() for i in ENCOURAGED2)): mul = PROGSTACK_MUL send_repeatable_notification(AEVANN_ID, target.permalink) - elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {AEVANN_ID, CARP_ID, SCHIZO_ID}): + elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {CARP_ID, SCHIZO_ID}): mul = 2 elif SITE == 'rdrama.net' and cls == Submission: if (target.domain.endswith('.win') or 'forum' in target.domain or 'chan' in target.domain