summaryrefslogtreecommitdiff
path: root/bin/aseag-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/aseag-m')
-rwxr-xr-xbin/aseag-m4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/aseag-m b/bin/aseag-m
index bc4541a..ca29fb6 100755
--- a/bin/aseag-m
+++ b/bin/aseag-m
@@ -13,7 +13,7 @@ use DateTime;
use DateTime::Format::Duration;
use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(max);
-use Travel::Status::DE::URA;
+use Travel::Status::DE::ASEAG;
my (@grep_lines);
my $full_route = 0;
@@ -47,7 +47,7 @@ if ( @ARGV != 1 ) {
my ($stop_name) = @ARGV;
-my $status = Travel::Status::DE::URA->new;
+my $status = Travel::Status::DE::ASEAG->new;
sub show_help {
my ($code) = @_;