Merge branch 'mistletoe' of https://github.com/Aevann1/Drama into mistletoe
This commit is contained in:
commit
cd6c893d36
7 changed files with 63 additions and 13 deletions
|
@ -1178,7 +1178,7 @@ def submit_post(v):
|
|||
|
||||
snappy = g.db.query(User).filter_by(id = SNAPPY_ID).first()
|
||||
snappy.comment_count += 1
|
||||
snappy.coins += 1
|
||||
snappy.coins += 2
|
||||
g.db.add(snappy)
|
||||
|
||||
g.db.flush()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue