diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-23 19:49:15 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-23 19:52:22 +0100 |
commit | f9b37e25ae5cc118275ecd0b6c65aa5bc97a0803 (patch) | |
tree | 9a548359d5ad9fe360bebbe11e1099831e7ea705 | |
parent | aebdbb0d3f0521503ce46ff679ad2eb822503f0d (diff) |
ÖBB: update productbits
Thanks to Cassidy Dingenskirchen for a detailed bug report and fix/improvement
suggestions.
Closes #11
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index 31e11e8..19c017a 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -117,7 +117,7 @@ my %hafas_instance = ( stopfinder => 'https://fahrplan.oebb.at/bin/ajax-getstop.exe', name => 'Österreichische Bundesbahnen', productbits => - [qw[ice ice ice regio regio s bus ferry u tram ice ondemand ice]], + [qw[ice_rj sev ic_ec d_n regio s bus ferry u tram other]], request => { client => { id => 'OEBB', |