We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7885b2c commit 521e5ccCopy full SHA for 521e5cc
plugwise_usb/network/__init__.py
@@ -488,7 +488,7 @@ async def _load_node(self, mac: str) -> bool:
488
async def _load_stragglers(self) -> None:
489
"""Retry failed load operation."""
490
await sleep(NODE_RETRY_LOAD_INTERVAL)
491
- while not self._load_discovered_nodes():
+ while not await self._load_discovered_nodes():
492
493
494
async def _load_discovered_nodes(self) -> bool:
0 commit comments