Update __init__.py

This commit is contained in:
Pascal Vizeli 2017-05-10 00:10:11 +02:00 committed by GitHub
parent 8919f13911
commit b5cca7d341

View File

@ -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)