This commit is contained in:
Aevann1 2021-09-16 19:23:30 +02:00
parent 0c75d5b7c8
commit affba6fac0
5 changed files with 9 additions and 42 deletions

View file

@ -901,9 +901,6 @@ def save_comment(cid, v):
g.db.add(new_save)
try: g.db.flush()
except: g.db.rollback()
g.db.commit()
return {"message": "Comment saved!"}