diff options
Diffstat (limited to 'index.pl')
-rwxr-xr-x | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ sub epoch_to_dt { sub get_departures { my ( $station, $lookbehind ) = @_; - $lookbehind //= 60; + $lookbehind //= 180; my @station_matches = Travel::Status::DE::IRIS::Stations::get_station($station); |