Fix startup block from Swiss public transport (#123704)

This commit is contained in:
Cyrill Raccaud
2024-08-16 17:12:57 +02:00
committed by Franck Nijhof
parent a23b063922
commit 5ea447ba48
@@ -44,7 +44,7 @@ async def async_setup_entry(
translation_key="request_timeout",
translation_placeholders={
"config_title": entry.title,
"error": e,
"error": str(e),
},
) from e
except OpendataTransportError as e:
@@ -54,7 +54,7 @@ async def async_setup_entry(
translation_placeholders={
**PLACEHOLDERS,
"config_title": entry.title,
"error": e,
"error": str(e),
},
) from e