remotes/1693045480750635534/spooky-22
Aevann1 2021-09-20 21:41:50 +02:00
parent 5806fe1df8
commit 18761562b3
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class RetryingQuery(_Query):
Base = declarative_base()
db_session = scoped_session(sessionmaker(bind=_engine, query_cls=RetryingQuery, autoflush=False))
db_session = scoped_session(sessionmaker(bind=_engine, query_cls=RetryingQuery))
@app.before_request