mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 00:56:29 +00:00
Fix long waiting time on first boot (#1968)
This commit is contained in:
parent
a758ccaf5c
commit
b6d59c4f64
@ -173,6 +173,7 @@ class Core(CoreSysAttributes):
|
|||||||
_LOGGER.warning("Ignore Supervisor updates!")
|
_LOGGER.warning("Ignore Supervisor updates!")
|
||||||
else:
|
else:
|
||||||
await self.sys_supervisor.update()
|
await self.sys_supervisor.update()
|
||||||
|
return
|
||||||
except SupervisorUpdateError as err:
|
except SupervisorUpdateError as err:
|
||||||
_LOGGER.critical(
|
_LOGGER.critical(
|
||||||
"Can't update supervisor! This will break some Add-ons or affect "
|
"Can't update supervisor! This will break some Add-ons or affect "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user