Alwayse use 3 hours of lookbehind
Hashtag Verpeilungsfaktor
This commit is contained in:
parent
833c8878d1
commit
5cc43d9c59
1 changed files with 1 additions and 1 deletions
2
index.pl
2
index.pl
|
@ -223,7 +223,7 @@ sub epoch_to_dt {
|
||||||
sub get_departures {
|
sub get_departures {
|
||||||
my ( $station, $lookbehind ) = @_;
|
my ( $station, $lookbehind ) = @_;
|
||||||
|
|
||||||
$lookbehind //= 60;
|
$lookbehind //= 180;
|
||||||
|
|
||||||
my @station_matches
|
my @station_matches
|
||||||
= Travel::Status::DE::IRIS::Stations::get_station($station);
|
= Travel::Status::DE::IRIS::Stations::get_station($station);
|
||||||
|
|
Loading…
Reference in a new issue