typo
This commit is contained in:
parent
8503788969
commit
b0becabb5e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class HelperBot:
|
||||||
self._commands[topic_split[10]].add_response(data_decoded)
|
self._commands[topic_split[10]].add_response(data_decoded)
|
||||||
except Exception:
|
except Exception:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"An exception occured during handling message.", exc_info=True
|
"An exception occurred during handling message.", exc_info=True
|
||||||
)
|
)
|
||||||
|
|
||||||
self._client.on_message = _on_message
|
self._client.on_message = _on_message
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue