Skip to content

Commit f9ad56d

Browse files
committed
Add helper-comment
1 parent 614bf4a commit f9ad56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ async def node_join_available_message(self, response: PlugwiseResponse) -> bool:
262262
raise NodeError(f"Unable to add Node ({mac}): {exc}") from exc
263263

264264
if result:
265-
await self._notify_node_event_subscribers(NodeEvent.JOIN, mac)
265+
await self._notify_node_event_subscribers(NodeEvent.JOIN, mac) # This one never shows up
266266
return True
267267

268268
return False

0 commit comments

Comments
 (0)