diff --git a/dist/app-1.0.0-py3-none-any.whl b/dist/app-1.0.0-py3-none-any.whl index 6212d53..944d4bc 100644 Binary files a/dist/app-1.0.0-py3-none-any.whl and b/dist/app-1.0.0-py3-none-any.whl differ diff --git a/dist/app-1.0.0.tar.gz b/dist/app-1.0.0.tar.gz index 33b5645..56af40b 100644 Binary files a/dist/app-1.0.0.tar.gz and b/dist/app-1.0.0.tar.gz differ diff --git a/src/app/app.py b/src/app/app.py index 83f1b60..6d5d494 100644 --- a/src/app/app.py +++ b/src/app/app.py @@ -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)