Skip to content

Commit af69c46

Browse files
committed
Fix invalid response_type
1 parent 2554688 commit af69c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ async def _relay_init_get(self) -> bool | None:
11571157

11581158
_LOGGER.warning(
11591159
"Unexpected response type %s for %s",
1160-
response_type,
1160+
response.__class__.__name__,
11611161
self._mac_in_str,
11621162
)
11631163
return

0 commit comments

Comments
 (0)