Skip to content

Commit 8561c3c

Browse files
committed
fix: correct keepalive log message
1 parent 148a6fa commit 8561c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def should_keepalive(self) -> bool:
8585

8686
async def validate_connection(self) -> None:
8787
if not self.should_keepalive():
88-
self._logger.info("Resetting Roborock connection due to kepalive timeout")
88+
self._logger.info("Resetting Roborock connection due to keepalive timeout")
8989
await self.async_disconnect()
9090
await self.async_connect()
9191

0 commit comments

Comments
 (0)