This commit is contained in:
Fabio Manganiello 2020-08-27 16:30:18 +02:00
parent e77e5bb3d8
commit 9f1128e2c0
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class MqttBackend(Backend):
return handler
@staticmethod
def _expand_path(path: str) -> str:
def _expandpath(path: str) -> str:
return os.path.abspath(os.path.expanduser(path)) if path else path
def _initialize_listeners(self, listeners_conf):