dffd
This commit is contained in:
parent
10c26e1a14
commit
4c0a4bc7f4
3 changed files with 4 additions and 3 deletions
|
@ -1138,7 +1138,7 @@ def save_post(pid, v):
|
|||
g.db.add(new_save)
|
||||
|
||||
try: g.db.flush()
|
||||
except: abort(422)
|
||||
except: g.db.rollback()
|
||||
|
||||
return "", 204
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue