From e56c27e73c62fd964e343879ef15d32b6529fd5a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 12 Oct 2021 07:28:05 +0200 Subject: [PATCH] fds --- files/routes/comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/comments.py b/files/routes/comments.py index 3e6fe91b6..971ac2ec7 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -161,6 +161,7 @@ def api_comment(v): body_md = body_md.replace(i.group(0), "") body_md = markdown(body_md) + print('mistune') body_html = sanitize(body_md) bans = filter_comment_html(body_html)