diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-27 18:24:47 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-27 18:24:47 +0100 |
commit | 75e34eeabc4b4a26e9fdad865a19dd522611e013 (patch) | |
tree | 9eafd4df97ed96fca7794bb2db22e9550b92fcd1 /lib/Travel/Status/DE | |
parent | 5dd37a619971076d8864c476c85930bd51037808 (diff) |
Add Rolph service
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/EFA/Services.pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/EFA/Services.pm.PL b/lib/Travel/Status/DE/EFA/Services.pm.PL index c3cb9e3..751cb7f 100644 --- a/lib/Travel/Status/DE/EFA/Services.pm.PL +++ b/lib/Travel/Status/DE/EFA/Services.pm.PL @@ -32,7 +32,6 @@ sub load_instance { } # GVH: 403 -# Rolph: 404 # VRT: Encoding issues # VVSt: NXDOMAIN my %efa_instance = ( @@ -60,6 +59,7 @@ my %efa_instance = ( url => 'https://westfalenfahrplan.de/nwl-efa', name => 'Nahverkehr Westfalen-Lippe', }, + Rolph => { load_instance('de/rolph') }, VAG => { url => 'https://efa.vagfr.de/vagfr3', name => 'Freiburger Verkehrs AG', |