forked from platypush/platypush
typo fix
This commit is contained in:
parent
e77e5bb3d8
commit
9f1128e2c0
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class MqttBackend(Backend):
|
||||||
return handler
|
return handler
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _expand_path(path: str) -> str:
|
def _expandpath(path: str) -> str:
|
||||||
return os.path.abspath(os.path.expanduser(path)) if path else path
|
return os.path.abspath(os.path.expanduser(path)) if path else path
|
||||||
|
|
||||||
def _initialize_listeners(self, listeners_conf):
|
def _initialize_listeners(self, listeners_conf):
|
||||||
|
|
Loading…
Reference in a new issue