We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5674d32 commit 66c93e7Copy full SHA for 66c93e7
hassio/dock/supervisor.py
@@ -51,7 +51,7 @@ async def update(self, tag):
51
_LOGGER.info("Update supervisor docker to %s:%s", self.image, tag)
52
53
if await self.loop.run_in_executor(None, self._install, tag):
54
- self.loop.call_later(2, self.loop.stop)
+ self.loop.call_later(1, self.loop.stop)
55
return True
56
57
return False
0 commit comments