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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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):