Skip to content

Commit

Permalink
fix ruff warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilP committed Apr 19, 2024
1 parent 77c270c commit 11507a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deltadore_tydom/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,4 @@ async def reconnect(self) -> None:
while True:
if self._host == "mediation.tydom.com":
await self._tydom_client.disconnect()
await asyncio.sleep(10800)
await asyncio.sleep(10800)

0 comments on commit 11507a3

Please sign in to comment.