Skip to content

Commit b862206

Browse files
authored
Merge pull request #2 from barneyonline/codex/replace-kepalive-with-keepalive-in-log
Fix keepalive log
2 parents 9eff695 + 8561c3c commit b862206

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)