From 419910edcd32777bdea5ca9c2e9ba900bab70ffe Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 5 Oct 2024 04:55:35 +0200 Subject: EFA: Replace ->stop_name, ->stop_id with ->stop --- bin/efa-m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/efa-m') diff --git a/bin/efa-m b/bin/efa-m index 6d441af..0738af7 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -369,8 +369,8 @@ sub show_results { say $stop->full_name; } } - elsif ( $efa->stop_name ) { - say $efa->stop_name; + elsif ( $efa->stop->full_name ) { + say $efa->stop->full_name; } for my $d ( $efa->results ) { -- cgit v1.2.3