diff --git a/dist/app-1.0.0-py3-none-any.whl b/dist/app-1.0.0-py3-none-any.whl index daa79ee..1ad6f8c 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 65813e8..c96acc5 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 1ee6fc0..c6d77af 100644 --- a/src/app/app.py +++ b/src/app/app.py @@ -68,7 +68,7 @@ class BaseApplication(RPCApplication): self.agents = {} super().__init__(middlewares=middlewares, *args, **kwargs) self.jinja2_env = aiohttp_jinja2.setup( - self, loader=jinja2.FileSystemLoader(self.template_path),enable_async=True + self, loader=jinja2.FileSystemLoader(self.template_path), enable_async=True ) def run(self, *args, **kwargs):