From aea0443f211678aef600a1c4b17416b7e0be3484 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 3 Sep 2021 23:47:32 +0200 Subject: [PATCH] fd --- files/routes/comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/comments.py b/files/routes/comments.py index 0bc70eb2d..3cbe1c600 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -307,6 +307,7 @@ def api_comment(v): g.db.add(c_based) g.db.flush() + if v.id == 1: print(level) if level == 0: basedguy = get_account(c.parent_submission.author_id) else: basedguy = get_account(c.parent_comment.author_id) basedguy.basedcount += 1