make hound a bit more happier

This commit is contained in:
Teemu Rytilahti 2017-09-14 21:00:19 +02:00
parent a9c1d08d66
commit 1457c4f533

View File

@ -497,8 +497,9 @@ class SmartDevice(object):
raise NotImplementedError("Device subclass needs to implement this.")
def __repr__(self):
return "<%s at %s (%s), is_on: %s - dev specific: %s>" % (self.__class__.__name__,
self.ip_address,
self.alias,
self.is_on,
self.state_information)
return "<%s at %s (%s), is_on: %s - dev specific: %s>" % (
self.__class__.__name__,
self.ip_address,
self.alias,
self.is_on,
self.state_information)