diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-23 09:17:03 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-23 09:17:03 +0100 |
| commit | 41153346f957a5ec43c43f45bfe01b50857aca14 (patch) | |
| tree | b27555777e5b6b7d49b7f2fc2a12818323c01bbb | |
| parent | 16640da62115bae62839eab56c99dc32d5730fd0 (diff) | |
dbris-m: We need to look up EVA IDs as well (and the lookup does work!)
| -rwxr-xr-x | bin/dbris-m | 2 |
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}, |
