Commit 5cc43d9c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Alwayse use 3 hours of lookbehind

Hashtag Verpeilungsfaktor
parent 833c8878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);