summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-06-04 18:26:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-06-04 18:26:51 +0200
commita31eedef24b0c14aa0898bfa8a5ad949cae58dc3 (patch)
tree6b2a8208a49adc9742eecd2f4486a4c4f9dbb360 /index.pl
parentde562c55b1d67582f3102aae71fe02dd2ebd0242 (diff)
infoscreen template: use route_interesting if available
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.pl b/index.pl
index b0fd756..a13c7d1 100644
--- a/index.pl
+++ b/index.pl
@@ -67,9 +67,10 @@ sub get_results {
}
else {
$status = Travel::Status::DE::VRR->new(
- place => $city,
- name => $stop,
- timeout => 3,
+ place => $city,
+ name => $stop,
+ timeout => 3,
+ full_routes => 1,
);
}
$results = [ [ $status->results ], $status->errstr ];