From 507dc83ecdf0f431a041fc3570558342a949937c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 7 Nov 2022 05:16:14 +0200 Subject: [PATCH] will someone pls kill 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 d837014ef..3579b5c40 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -141,7 +141,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): if SITE_NAME == 'rDrama': target.realupvotes = get_vote_count(0, True) # first arg is ignored here - if target.author.progressivestack or (cls == Submission and (target.domain.endswith('.win') or target.domain in BOOSTED_SITES or len(target.body) > 5000 or target.sub == 'cowtown')): + if target.author.progressivestack or (cls == Submission and (target.domain.endswith('.win') or target.domain in BOOSTED_SITES or len(target.body) > 5000)): target.realupvotes *= 2 if cls == Submission and target.sub and target.sub not in ('space', 'istory', 'dinos', 'furry', 'anime', 'slackernews', 'gaybros', 'againsthateholes', 'femboy'):