From 698dbb9ee9bd8e4facefd269d4851aa148912c00 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 8 Oct 2015 13:23:34 +0200 Subject: update for new Travel::Status::DE::URA(::Result) API --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 687804d..46f83dd 100644 --- a/index.pl +++ b/index.pl @@ -100,7 +100,7 @@ sub get_results { elsif ( $backend eq 'aseag' ) { $status = Travel::Status::DE::ASEAG->new( stop => ( $city ? "${city} ${stop}" : $stop ), - full_routes => 'after', + calculate_routes => 1, ); } else { -- cgit v1.2.3