Skip to content

Commit

Permalink
Fixed: Typo in switch.py error
Browse files Browse the repository at this point in the history
  • Loading branch information
ualex73 committed May 18, 2024
1 parent cd0ab7a commit eeff03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/monitor_docker/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def async_restart(parm) -> None:
await server_api.get_container(cname).restart()
else:
_LOGGER.error(
"Service restart failed, container '%s'does not exist", cname
"Service restart failed, container '%s' does not exist", cname
)
elif cname in server_config[CONF_CONTAINERS]:
_LOGGER.debug("Trying to restart container '%s'", cname)
Expand Down

0 comments on commit eeff03e

Please sign in to comment.