Skip to content
Snippets Groups Projects
Commit 5cc43d9c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Alwayse use 3 hours of lookbehind

Hashtag Verpeilungsfaktor
parent 833c8878
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment