diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-08 11:30:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-08 11:30:51 +0100 |
commit | 2a434fe71ea9c9d4a3b43eb52b8a39701a252505 (patch) | |
tree | 7abb53b47f88b120976bef6f2b7e05b8aa157c7c /lib/Travel/Status/DE | |
parent | 53c6e554d8b76d4ed7d3560b729568ff050c0f2b (diff) |
Use HTTPS IRIS entry point
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 4888deb..f21a839 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -43,7 +43,7 @@ sub new { // DateTime->now( time_zone => 'Europe/Berlin' ), developer_mode => $opt{developer_mode}, iris_base => $opt{iris_base} - // 'http://iris.noncd.db.de/iris-tts/timetable', + // 'https://iris.noncd.db.de/iris-tts/timetable', lookahead => $opt{lookahead} // ( 2 * 60 ), lookbehind => $opt{lookbehind} // ( 0 * 60 ), main_cache => $opt{main_cache}, |