Skip to content

Commit f21c4c2

Browse files
committed
Fix
1 parent 4a10393 commit f21c4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ async def start(self) -> None:
493493

494494
async def discover_nodes(self, load: bool = True) -> bool:
495495
"""Discover nodes."""
496-
await self.discover_stick(load=load)
496+
await self.discover_stick()
497497
await self.discover_network_coordinator(load=load)
498498
if not self._is_running:
499499
await self.start()

0 commit comments

Comments
 (0)