summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-03-23 09:17:03 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-03-23 09:17:03 +0100
commit41153346f957a5ec43c43f45bfe01b50857aca14 (patch)
treeb27555777e5b6b7d49b7f2fc2a12818323c01bbb
parent16640da62115bae62839eab56c99dc32d5730fd0 (diff)
dbris-m: We need to look up EVA IDs as well (and the lookup does work!)
-rwxr-xr-xbin/dbris-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dbris-m b/bin/dbris-m
index 6382555..61e7b06 100755
--- a/bin/dbris-m
+++ b/bin/dbris-m
@@ -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},