Automated update of Base Application package.
This commit is contained in:
parent
4a911b64fc
commit
c6a3622f18
BIN
dist/app-1.0.0-py3-none-any.whl
vendored
BIN
dist/app-1.0.0-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/app-1.0.0.tar.gz
vendored
BIN
dist/app-1.0.0.tar.gz
vendored
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
Metadata-Version: 2.1
|
||||
Metadata-Version: 2.2
|
||||
Name: app
|
||||
Version: 1.0.0
|
||||
Summary: Base application
|
||||
|
@ -51,7 +51,9 @@ class BaseApplication(RPCApplication):
|
||||
)
|
||||
self.agents = {}
|
||||
super().__init__(middlewares=middlewares, *args, **kwargs)
|
||||
self.jinja2_env = aiohttp_jinja2.setup(self, loader=jinja2.FileSystemLoader(self.template_path))
|
||||
self.jinja2_env = aiohttp_jinja2.setup(
|
||||
self, loader=jinja2.FileSystemLoader(self.template_path)
|
||||
)
|
||||
|
||||
def run(self, *args, **kwargs):
|
||||
if kwargs.get("port"):
|
||||
|
Loading…
Reference in New Issue
Block a user