mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06: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:
|
async def reload(self) -> None:
|
||||||
"""Update internal data."""
|
"""Update internal data."""
|
||||||
with suppress(UpdaterJobError):
|
with suppress(UpdaterError):
|
||||||
await self.fetch_data()
|
await self.fetch_data()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user