Skip to content

Commit

Permalink
Merge pull request #71 from snicker/20240603_fix_70
Browse files Browse the repository at this point in the history
fixes #70
  • Loading branch information
Snuffy2 committed Jun 7, 2024
2 parents b1dee5a + e003176 commit 8ec9259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions juicebox_mqtthandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ async def _callback_async(self, client: Client, user_data, message: MQTTMessage)
"""
state = message.payload.decode()
_LOGGER.info(
f"{self.entity_type.title()} Callback ({self.name}): {
state}. User Data: {user_data}"
f"{self.entity_type.title()} Callback ({self.name}): "
f"{state}. User Data: {user_data}"
)
if self._mitm_handler:
_LOGGER.debug(f"Sending to MITM: {state}")
Expand Down

0 comments on commit 8ec9259

Please sign in to comment.