Skip to content

Commit 484497f

Browse files
committed
Fix typo
1 parent cb2b339 commit 484497f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ async def _request(
260260
data=data,
261261
auth=self._auth,
262262
)
263-
except ClientError as err: # ClientError is an ancestor class of ServerTimeroutError
263+
except ClientError as err: # ClientError is an ancestor class of ServerTimeoutError
264264
if retry < 1:
265265
LOGGER.error("Failed sending %s %s to Plugwise Smile", method, command)
266266
raise PlugwiseException(

0 commit comments

Comments
 (0)