mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 09:46:29 +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:
|
if not self.container:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
_LOGGER.info("Restart %s")
|
_LOGGER.info("Restart %s", self.image)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.container.restart(timeout=30)
|
self.container.restart(timeout=30)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user