Unverified Commit 41153346 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

dbris-m: We need to look up EVA IDs as well (and the lookup does work!)

parent 16640da6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ elsif ( $opt{station} =~ m{ [@] L = (?<eva> \d+ ) [@] }x ) {
		id  => $opt{station},
	};
}
elsif ( $opt{station} !~ m{ ^ \d+ $ }x ) {
else {
	my $status = Travel::Status::DE::DBRIS->new(
		cache          => $cache,
		locationSearch => $opt{station},