Alwayse use 3 hours of lookbehind

Hashtag Verpeilungsfaktor
This commit is contained in:
Daniel Friesel 2019-03-03 22:02:25 +01:00
parent 833c8878d1
commit 5cc43d9c59

View file

@ -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);