forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-03 23:47:32 +02:00
parent cd9f700f13
commit aea0443f21
1 changed files with 1 additions and 0 deletions

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