From 5d3413377db165a8c76fe2b47af868b8f4206816 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 3 Dec 2022 20:57:44 +0200 Subject: [PATCH] sneed --- 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 3f2d6f98b3..866e05548b 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -172,7 +172,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): mul = 1 if target.author.progressivestack or target.author.id in BOOSTED_USERS: mul = 2 - elif cls == Submission: + if cls == Submission: if (target.domain.endswith('.win') or (target.domain in BOOSTED_SITES and not target.url.startswith('/')) or target.sub in BOOSTED_HOLES):