mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +00:00
Fix hanging landingpage (#1196)
This commit is contained in:
parent
5ffc27f60c
commit
ee773f3b63
@ -269,7 +269,7 @@ class HomeAssistant(JsonConfig, CoreSysAttributes):
|
|||||||
tag = self.latest_version
|
tag = self.latest_version
|
||||||
if tag:
|
if tag:
|
||||||
with suppress(DockerAPIError):
|
with suppress(DockerAPIError):
|
||||||
await self.instance.install(tag)
|
await self.instance.update(tag)
|
||||||
break
|
break
|
||||||
_LOGGER.warning("Error on install Home Assistant. Retry in 30sec")
|
_LOGGER.warning("Error on install Home Assistant. Retry in 30sec")
|
||||||
await asyncio.sleep(30)
|
await asyncio.sleep(30)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user