revert last commit

pull/142/head
Aevann 2023-03-16 07:10:20 +02:00
parent a9a2ba7038
commit c07a4f9860
1 changed files with 0 additions and 1 deletions

View File

@ -66,5 +66,4 @@ def after_request(response:Response):
@app.teardown_appcontext
def teardown_request(error):
db.rollback()
db.expunge_all()
stdout.flush()