fds
This commit is contained in:
parent
b11107809f
commit
650d067b9a
1 changed files with 1 additions and 1 deletions
|
@ -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>')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue