diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-03 22:02:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-03 22:02:25 +0100 |
commit | 5cc43d9c59a7d1fd1f25005492a2d8123e902297 (patch) | |
tree | 223aa9bc86180961a6f9e78239adf687855fda45 /index.pl | |
parent | 833c8878d119610cb25f35d712166dfefbf2f4cf (diff) |
Alwayse use 3 hours of lookbehind
Hashtag Verpeilungsfaktor
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); |