There was an error while loading. Please reload this page.
1 parent ed5ed1f commit 81bc2cdCopy full SHA for 81bc2cd
1 file changed
open_bus_siri_requester/requester.py
@@ -13,8 +13,8 @@
13
from . import config, storage
14
15
16
-REQUEST_URL_TEMPLATE = "http://moran.mot.gov.il:110/Channels/HTTPChannel/SmQuery/2.8/json?Key={Key}&MonitoringRef=AllActiveTripsFilter&StopVisitDetailLevel=normal"
17
-ALT_REQUEST_URL_TEMPLATE = REQUEST_URL_TEMPLATE.replace(':110/', ':1110/')
+REQUEST_URL_TEMPLATE = "https://moran.mot.gov.il/Channels/HTTPChannel/SmQuery/2.8/json?Key={Key}&MonitoringRef=AllActiveTripsFilter&StopVisitDetailLevel=normal"
+ALT_REQUEST_URL_TEMPLATE = REQUEST_URL_TEMPLATE # need to get the new backup url
18
19
20
@contextlib.contextmanager
0 commit comments