mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-06 19:43:52 -05:00
Fixed another syntax error
This commit is contained in:
@@ -122,8 +122,7 @@ class GarminConnectDataUpdateCoordinator(DataUpdateCoordinator):
|
||||
_LOGGER.exception(
|
||||
"Unknown error occurred during Garmin Connect login request"
|
||||
)
|
||||
"Connection error occurred during login: %s", err)
|
||||
raise ConfigEntryNotReady from err
|
||||
raise ConfigEntryNotReady
|
||||
except requests.exceptions.HTTPError as err:
|
||||
if err.response.status_code == 401:
|
||||
_LOGGER.error(
|
||||
|
||||
Reference in New Issue
Block a user