Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 4d3977b

Browse files
author
Paul
committed
mvg api query url changed
1 parent d6e0851 commit 4d3977b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mvg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from time import mktime
77

88
api_key = "5af1beca494712ed38d313714d4caff6"
9-
query_url = "https://www.mvg.de/fahrinfo/api/location/query?q="
9+
query_url = "https://www.mvg.de/fahrinfo/api/location/queryWeb?q="
1010
departure_url = "https://www.mvg.de/fahrinfo/api/departure/"
1111
departure_url_postfix = "?footway=0"
1212
nearby_url = "https://www.mvg.de/fahrinfo/api/location/nearby"

0 commit comments

Comments
 (0)