diff options
Diffstat (limited to 'bvggrabber/api/scheduleddeparture.py')
-rw-r--r-- | bvggrabber/api/scheduleddeparture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bvggrabber/api/scheduleddeparture.py b/bvggrabber/api/scheduleddeparture.py index f316b6e..bceafc7 100644 --- a/bvggrabber/api/scheduleddeparture.py +++ b/bvggrabber/api/scheduleddeparture.py @@ -10,7 +10,7 @@ from bvggrabber.api import QueryApi, Departure, Response, timeformat from bvggrabber.utils.format import dateformat, int2bin -SCHEDULED_API_ENDPOINT = 'http://mobil.bvg.de/Fahrinfo/bin/stboard.bin/dox' +SCHEDULED_API_ENDPOINT = 'https://mobil.bvg.de/Fahrinfo/bin/stboard.bin/dox' class Vehicle(): |