summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 1fe3f3d..637bdb1 100644
--- a/index.pl
+++ b/index.pl
@@ -61,6 +61,7 @@ sub get_results {
elsif ( $backend eq 'aseag' ) {
$status = Travel::Status::DE::ASEAG->new(
stop => ( $city ? "${city} ${stop}" : $stop ),
+ full_routes => 'after',
);
}
else {