From d9bac39da2b82b324ec026c5f2fc9c0dc1198afa Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 12 Sep 2021 03:10:46 +0200 Subject: [PATCH] fd --- 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 fba7d70660..9685409974 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -255,7 +255,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing): g.db.add(self.comment_aux) def realbody(self, v): - if self.post and self.post.club and not (v and v.coins > 150): return "COUNTRY CLUB ONLY" + if self.post and self.post.club and not (v and v.coins > 150): return "

COUNTRY CLUB ONLY

" body = self.comment_aux.body_html if not v or v.slurreplacer: