pizza
This commit is contained in:
parent
ddb2256a9f
commit
be2be7b743
4 changed files with 18 additions and 1 deletions
|
@ -661,6 +661,8 @@ def api_comment(v):
|
|||
g.db.add(autovote)
|
||||
autovote = CommentVote(user_id=CRAT_ID, comment_id=c.id, vote_type=1)
|
||||
g.db.add(autovote)
|
||||
autovote = CommentVote(user_id=PIZZASHILLSHILL_ID, comment_id=c.id, vote_type=1)
|
||||
g.db.add(autovote)
|
||||
v.coins += 3
|
||||
v.truecoins += 3
|
||||
g.db.add(v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue