This commit is contained in:
Aevann1 2021-10-29 19:07:00 +02:00
parent 57d7e1e341
commit 2df39bef7e

View file

@ -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()