Linting, removed extra line from pyproject.toml.

This commit is contained in:
2023-11-09 05:08:46 +00:00
parent b8197d7974
commit 9762d7c1ad
10 changed files with 1 additions and 11 deletions
-2
View File
@@ -39,14 +39,12 @@ async def main_start(app, loop):
app.ctx.threadexec = ThreadPoolExecutor(max_workers=8)
@app.after_server_stop
async def main_stop(app, loop):
await watching.stop(app, loop)
app.ctx.threadexec.shutdown()
@app.on_request
async def use_session(req):
req.ctx.session = session.get(req)