summaryrefslogtreecommitdiff
path: root/bvggrabber/api/scheduleddeparture.py
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2019-12-13 09:09:19 +0100
committerGitHub <noreply@github.com>2019-12-13 09:09:19 +0100
commit490a1b8e98d5d97d4b072bfc443f9c290c72ec01 (patch)
tree689bd26b4f83940caf4036b219dddfd098d144bb /bvggrabber/api/scheduleddeparture.py
parent7664fb26df0c4ba0f03504b55e15022769bab861 (diff)
parente4db44b084582236111e62d2767542d1a4dfb99d (diff)
downloadbvg-grabber-490a1b8e98d5d97d4b072bfc443f9c290c72ec01.tar.gz
bvg-grabber-490a1b8e98d5d97d4b072bfc443f9c290c72ec01.tar.bz2
bvg-grabber-490a1b8e98d5d97d4b072bfc443f9c290c72ec01.zip
Merge pull request #17 from zergar/develop
changed url protocol to HTTPS, fixed crawler
Diffstat (limited to 'bvggrabber/api/scheduleddeparture.py')
-rw-r--r--bvggrabber/api/scheduleddeparture.py2
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():