This commit is contained in:
Aevann1 2021-07-28 07:04:30 +02:00
parent 10c26e1a14
commit 4c0a4bc7f4
3 changed files with 4 additions and 3 deletions

View file

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