summaryrefslogtreecommitdiff
path: root/cgi/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/index.pl')
-rw-r--r--cgi/index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index 03b2a3b..875ed8a 100644
--- a/cgi/index.pl
+++ b/cgi/index.pl
@@ -26,7 +26,7 @@ my %default = (
sub get_results {
my ( $backend, $city, $stop, $expiry ) = @_;
- my $expiry ||= 150;
+ $expiry ||= 150;
my $cache = Cache::File->new(
cache_root => '/tmp/vrr-fake',