Skip to content

Commit

Permalink
fix: random change to get release pipeline to run
Browse files Browse the repository at this point in the history
  • Loading branch information
w1ll1am23 committed Dec 10, 2022
1 parent b14030b commit 1fae48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyeconet/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ def _on_message(self, client, userdata, msg):
)
except Exception as e:
_LOGGER.exception(e)
_LOGGER.error("Failed to parse MQTT message: %s", msg.payload)
_LOGGER.error("Failed to parse the following MQTT message: %s", msg.payload)

0 comments on commit 1fae48c

Please sign in to comment.