diff options
| author | Derf Null <derf@finalrewind.org> | 2023-03-27 21:03:25 +0200 | 
|---|---|---|
| committer | Derf Null <derf@finalrewind.org> | 2023-03-27 21:03:25 +0200 | 
| commit | c3c7a0c78b30cc7ef2b836cca4eb0a4e110955da (patch) | |
| tree | b66a6f0dcb4cb8d0e10ad29c84d79d0f309ee402 /lib/Travelynx/Helper | |
| parent | 3acee2b285ac81405c5d2ce8889c77460f6f58a0 (diff) | |
stationboard: add HAFAS support
Diffstat (limited to 'lib/Travelynx/Helper')
| -rw-r--r-- | lib/Travelynx/Helper/HAFAS.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Travelynx/Helper/HAFAS.pm b/lib/Travelynx/Helper/HAFAS.pm index 9bff723..a418b61 100644 --- a/lib/Travelynx/Helper/HAFAS.pm +++ b/lib/Travelynx/Helper/HAFAS.pm @@ -91,7 +91,7 @@ sub get_departures_p {  		station    => $opt{eva},  		datetime   => $when,  		duration   => $opt{lookahead}, -		results    => 120, +		results    => 300,  		cache      => $self->{realtime_cache},  		promise    => 'Mojo::Promise',  		user_agent => $self->{user_agent}->request_timeout(5), | 
