remotes/1693045480750635534/spooky-22
Aevann1 2021-09-03 23:49:08 +02:00
parent 63dbdc2227
commit b92ab48062
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ def api_comment(v):
g.db.add(c_based)
g.db.flush()
if level == 1: basedguy = get_account(c.parent_submission.author_id)
if level == 1: basedguy = get_account(c.post.author_id)
else: basedguy = get_account(c.parent_comment.author_id)
basedguy.basedcount += 1
g.db.add(basedguy)