fgd
This commit is contained in:
parent
471a2f3b11
commit
52aef86c0c
4 changed files with 4 additions and 8 deletions
|
@ -361,8 +361,6 @@ class Comment(Base):
|
|||
amount = randint(0, 3)
|
||||
self.upvotes += amount
|
||||
g.db.add(self)
|
||||
self.author.coins += amount
|
||||
g.db.add(self.author)
|
||||
g.db.commit()
|
||||
|
||||
for c in self.options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue