Skip to content

Commit

Permalink
fix #98
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Nov 19, 2023
1 parent 676be78 commit 2ff16fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openant/devices/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def _on_data(self, data):

elif self.device_id != device_id:
raise RuntimeError(
"Device ID #{device_id} does not match ID channel was set to #{self.device_id}!"
f"Device ID #{device_id:05} does not match Device ID channel was set to #{self.device_id:05}!"
)

_logger.info(
Expand Down

0 comments on commit 2ff16fe

Please sign in to comment.