Skip to content

Commit

Permalink
Group address does no longer have str() method
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Dec 17, 2017
1 parent 415e219 commit 9423eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xknx/devices/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def sync(self, wait_for_result=True):
if telegram is not None:
yield from self.process(value_reader.received_telegram)
else:
self.xknx.logger.warning("Could not read value of %s %s", self, group_address.str())
self.xknx.logger.warning("Could not read value of %s %s", self, group_address)
else:
yield from value_reader.send_group_read()

Expand Down

0 comments on commit 9423eb1

Please sign in to comment.