From 2feaca430c4293ee37e1c320870619afa3d77bd5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 3 Sep 2021 23:45:19 +0200 Subject: [PATCH] fd --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 748913d0e0..398b100baf 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -295,7 +295,7 @@ def api_comment(v): g.db.add(c_aux) g.db.flush() - if "pcm" in request.host and c_aux.body.lower().startswith("based") and (c.level==0 or c.parent_comment): + if "pcm" in request.host and c_aux.body.lower().startswith("based"): c_based = Comment(author_id=BASEDBOT_ACCOUNT, parent_submission=parent_submission, distinguish_level=6,