mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-07 17:26:32 +00:00
Update __init__.py
This commit is contained in:
parent
8919f13911
commit
b5cca7d341
@ -282,7 +282,7 @@ class DockerBase(object):
|
||||
if not self.container:
|
||||
return False
|
||||
|
||||
_LOGGER.info("Restart %s")
|
||||
_LOGGER.info("Restart %s", self.image)
|
||||
|
||||
try:
|
||||
self.container.restart(timeout=30)
|
||||
|
Loading…
x
Reference in New Issue
Block a user