Skip to content

Commit

Permalink
Merge pull request #28 from sinacek/patch-1
Browse files Browse the repository at this point in the history
remove trailing slash
  • Loading branch information
dvejsada authored Aug 25, 2024
2 parents dcfc314 + 68d0ee5 commit 38b3158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pid_departures/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RouteType(StrEnum):
TROLLEYBUS = auto()


API_URL = "https://api.golemio.cz/v2/pid/departureboards/"
API_URL = "https://api.golemio.cz/v2/pid/departureboards"
HTTP_TIMEOUT: Final = ClientTimeout(total=10)

ICON_STOP = "mdi:bus-stop-uncovered"
Expand Down

0 comments on commit 38b3158

Please sign in to comment.