summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-10-08 13:23:34 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-10-08 13:23:34 +0200
commit698dbb9ee9bd8e4facefd269d4851aa148912c00 (patch)
treeaacb1c527d4b540478df4d5238bac42fec02b735 /index.pl
parenta96e2d5682e91014b4e071d80b74bcd1ae674b9a (diff)
update for new Travel::Status::DE::URA(::Result) API
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
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 {