This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ class BaseApplication(RPCApplication):
|
||||
self.template_path = (
|
||||
template_path
|
||||
and template_path
|
||||
or pathlib.Path(__file__).parent / "templates"
|
||||
or pathlib.Path(__file__).parent.joinpath("templates")
|
||||
)
|
||||
self.agents = {}
|
||||
super().__init__(middlewares=middlewares, *args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user