diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 2 |
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', |