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 cb2b339 commit 484497fCopy full SHA for 484497f
plugwise/helper.py
@@ -260,7 +260,7 @@ async def _request(
260
data=data,
261
auth=self._auth,
262
)
263
- except ClientError as err: # ClientError is an ancestor class of ServerTimeroutError
+ except ClientError as err: # ClientError is an ancestor class of ServerTimeoutError
264
if retry < 1:
265
LOGGER.error("Failed sending %s %s to Plugwise Smile", method, command)
266
raise PlugwiseException(
0 commit comments