mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-17 06:06:29 +00:00
fix lint
This commit is contained in:
parent
2bd1636097
commit
e25d30af52
@ -30,7 +30,7 @@ async def fetch_current_versions(websession, beta=False):
|
||||
except (aiohttp.ClientError, asyncio.TimeoutError, KeyError) as err:
|
||||
_LOGGER.warning("Can't fetch versions from %s! %s", url, err)
|
||||
|
||||
except json.JSONDecoder as err:
|
||||
except json.JSONDecodeError as err:
|
||||
_LOGGER.warning("Can't parse versions from %s! %s", url, err)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user