forked from rDrama/rDrama
1
0
Fork 0
Aevann1 2022-03-19 16:19:46 +02:00
parent ea030b4888
commit 4d691ca958
1 changed files with 1 additions and 0 deletions

View File

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