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 04bd950 commit 4d61d82Copy full SHA for 4d61d82
plugwise_usb/connection/__init__.py
@@ -214,7 +214,7 @@ async def get_node_details(
214
self.send, bytes(mac, UTF8), retries=1
215
)
216
try:
217
- ping_response = await ping_request.send(suppress_node_errors=True)
+ ping_response = await ping_request.send()
218
except StickError:
219
return (None, None)
220
if ping_response is None:
0 commit comments