From 37f95366503aa0e38fd1aa8449395110c622d223 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 29 Oct 2021 19:07:00 +0200 Subject: [PATCH] dfssdf --- files/routes/comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/comments.py b/files/routes/comments.py index f59f991a7..b9e69bd69 100755 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -506,6 +506,7 @@ def api_comment(v): zozbot = g.db.query(User).options(lazyload('*')).filter_by(id = ZOZBOT_ACCOUNT).first() zozbot.comment_count += 3 + zozbot.coins += 3 g.db.add(zozbot) g.db.flush()