From b6d59c4f6408dc11c7061abddbb0b0d9fd637e84 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 25 Aug 2020 10:37:11 +0200 Subject: [PATCH] Fix long waiting time on first boot (#1968) --- supervisor/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/supervisor/core.py b/supervisor/core.py index cffd561a6..6c11b37aa 100644 --- a/supervisor/core.py +++ b/supervisor/core.py @@ -173,6 +173,7 @@ class Core(CoreSysAttributes): _LOGGER.warning("Ignore Supervisor updates!") else: await self.sys_supervisor.update() + return except SupervisorUpdateError as err: _LOGGER.critical( "Can't update supervisor! This will break some Add-ons or affect "