summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
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 {