remotes/1693045480750635534/spooky-22
Aevann1 2021-07-26 21:58:24 +02:00
parent 61d4dc4415
commit daa435bac6
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ def api_vote_comment(comment_id, new, v):
elif existing.vote_type != 0 and new == 0:
comment.author.dramacoins -= 1
g.db.add(comment.author)
existing.change_to(new)
existing.vote_type = new
g.db.add(existing)
else:
if new != 0: