From a31eedef24b0c14aa0898bfa8a5ad949cae58dc3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 4 Jun 2015 18:26:51 +0200 Subject: infoscreen template: use route_interesting if available --- index.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'index.pl') 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 ]; -- cgit v1.2.3