diff --git a/supervisor/updater.py b/supervisor/updater.py index 985af95fc..ae65c8ea1 100644 --- a/supervisor/updater.py +++ b/supervisor/updater.py @@ -49,7 +49,7 @@ class Updater(JsonConfig, CoreSysAttributes): async def reload(self) -> None: """Update internal data.""" - with suppress(UpdaterJobError): + with suppress(UpdaterError): await self.fetch_data() @property