From d1de9c4f9cafbd1edcd9410f8151613ab094f92d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 26 Jul 2021 05:08:06 +0200 Subject: [PATCH] dffd --- drama/routes/comments.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drama/routes/comments.py b/drama/routes/comments.py index 4956462a35..1a368ea20e 100644 --- a/drama/routes/comments.py +++ b/drama/routes/comments.py @@ -399,7 +399,7 @@ def api_comment(v): g.db.add(c) g.db.flush() - + print("7") if v.dramacoins >= 0: if request.files.get("file"): file=request.files["file"] @@ -414,6 +414,7 @@ def api_comment(v): with CustomRenderer(post_id=parent_id) as renderer: body_md = renderer.render(mistletoe.Document(body)) body_html = sanitize(body_md, linkgen=True) + print("8") c_aux = CommentAux( id=c.id,