Merge branch 'mistletoe' of https://github.com/Aevann1/Drama into mistletoe

This commit is contained in:
kek7198 2021-12-12 11:07:03 -06:00
commit cd6c893d36
7 changed files with 63 additions and 13 deletions

View file

@ -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()