Skip to content

Commit

Permalink
Merge pull request #27 from w1ll1am23/test_workflow_again_2
Browse files Browse the repository at this point in the history
fix: revert log message to attempt release workflow run
  • Loading branch information
w1ll1am23 authored Dec 10, 2022
2 parents 0b6df41 + ec53000 commit 6c0ef2b
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 the following MQTT message: %s", msg.payload)
_LOGGER.error("Failed to parse MQTT message: %s", msg.payload)

0 comments on commit 6c0ef2b

Please sign in to comment.