From 38dd49df59adefc5c3fb54df38e8f0f86cd7ba44 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 25 Aug 2021 19:35:24 +0200 Subject: [PATCH] fdfd --- files/routes/comments.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 54e4e32a81..c3cb12900e 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -293,9 +293,10 @@ def api_comment(v): g.db.add(c_aux) g.db.flush() - print(c_aux) - print(c_aux.body_html) - print(c.comment_aux) + if v.id == 1: + print(c_aux) + print(c_aux.body_html) + print(c.comment_aux) if v.agendaposter and "trans lives matter" not in c_aux.body_html.lower():