Skip to content

Commit

Permalink
fix: change api url
Browse files Browse the repository at this point in the history
bvg endpoint seems down :(
derhuerst/bvg-rest#22
  • Loading branch information
pkoryzna committed Sep 8, 2024
1 parent d2b88b4 commit 5309731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport_api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import requests

URL_TEMPLATE = "https://v6.bvg.transport.rest/stops/{}/departures/"
URL_TEMPLATE = "https://v6.vbb.transport.rest/stops/{}/departures/"

UNRESERVED_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.~"

Expand Down

0 comments on commit 5309731

Please sign in to comment.