This commit is contained in:
Aevann1 2021-09-03 23:47:32 +02:00
parent 8f0e4ba189
commit 7706225037

View file

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