Automated update of Base Application package.

This commit is contained in:
bot 2024-12-05 18:23:17 +00:00
parent fb82a77ed4
commit 7038a6fdb7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
dist/app-1.0.0.tar.gz vendored

Binary file not shown.

View File

@ -73,7 +73,7 @@ class BaseApplication(web.Application):
return await handler(request)
@web.middleware
async def request_middleware(self, request:web.Request, handler):
async def request_middleware(self, request: web.Request, handler):
time_start = time.time()
created = get_timestamp()
response = await handler(request)