Automated update of Base Application package.

This commit is contained in:
bot 2025-01-27 15:42:25 +00:00
parent f8e5a219c8
commit 5c08d4475b
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

@ -68,7 +68,7 @@ class BaseApplication(RPCApplication):
self.agents = {} self.agents = {}
super().__init__(middlewares=middlewares, *args, **kwargs) super().__init__(middlewares=middlewares, *args, **kwargs)
self.jinja2_env = aiohttp_jinja2.setup( 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): def run(self, *args, **kwargs):