From 5af904d2a45a9e1e6ebc0189cb82e00761499d73 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 17 Mar 2022 21:15:45 +0200 Subject: [PATCH] fds' --- files/classes/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/comment.py b/files/classes/comment.py index 09b5c34af..571691178 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -425,7 +425,7 @@ class Comment(Base): if self.is_banned: return True - if path.startswith('/post') and (self.slots_result or self.blackjack_result or self.wordle_result) and (not self.body or len(self.body) <= 50) and self.level > 1: return True + if path.startswith('/post') and (self.slots_result or self.blackjack_result or self.wordle_result) and (not self.body or len(self.body) <= 50) and 9 > self.level > 1: return True if v and v.filter_words and self.body and any(x in self.body for x in v.filter_words): return True