diff --git a/wideq/client.py b/wideq/client.py index 776e304..b7d68b7 100644 --- a/wideq/client.py +++ b/wideq/client.py @@ -154,7 +154,7 @@ class Client(object): if deviceInfo.type in classes: return classes.get(deviceInfo.type)(self, deviceInfo) LOGGER.debug('No specific subclass for deviceType %s, using default', - deviceInfo.type) + deviceInfo.type) return Device(self, deviceInfo) @classmethod