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