forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-19 16:10:23 +02:00
parent 03cccbae02
commit 59dee3e51c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def fix(v):
print(post.permalink, flush=True)
g.db.add(post)
try: g.db.commit()
except: continue
except: g.db.rollback()
return 'sex'
@app.post('/admin/merge/<id1>/<id2>')