Skip to content

Commit 0d9220d

Browse files
2 parents 7b10f19 + c92734d commit 0d9220d

File tree

1 file changed

+1
-1
lines changed
  • custom_components/solaredge_modbus_multi

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def disconnect(self, clear_client: bool = False) -> None:
501501
if self._client is not None:
502502
_LOGGER.debug(
503503
(
504-
f"Disconnectng from {self._host}:{self._port} "
504+
f"Disconnecting from {self._host}:{self._port} "
505505
f"(clear_client={clear_client})."
506506
)
507507
)

0 commit comments

Comments
 (0)