diff --git a/dist/app-1.0.0-py3-none-any.whl b/dist/app-1.0.0-py3-none-any.whl index 0411905..688cb23 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 523d268..5171292 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 e16a279..d004d85 100644 --- a/src/app/app.py +++ b/src/app/app.py @@ -128,9 +128,9 @@ class BaseApplication(RPCApplication): async def render_template(self, name, request=None, context=None): response = aiohttp_jinja2.render_template(name, request, context) - response.headers['Content-Type'] = 'text/html' - return response - + response.headers["Content-Type"] = "text/html" + return response + @web.middleware async def request_middleware(self, request: web.Request, handler): time_start = time.time()