Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vingerha committed Mar 1, 2024
1 parent a3bcae8 commit 92f9082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/gtfs2/gtfs_rt_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def get_gtfs_rt(hass, path, data):
if data.get("debug_output", False):
data_out = ""
feed_entities = get_gtfs_feed_entities(
url=data[ürl"],
url=data.get("url", None),
headers=_headers,
label="converting",
)
Expand Down

0 comments on commit 92f9082

Please sign in to comment.