mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Fix wrong exception handler
This commit is contained in:
parent
fab6fcd5ac
commit
7a51c828c2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user