Add non-interactive score and countdown on pb_entry
[gruntmaster-page.git] / lib / Plack / App / Gruntmaster.pm
index 3e37ef12996dca805965d8509596847418c4eb38..4dd497f742c966d5ac164f67cd65dfab89ec950b 100644 (file)
@@ -76,6 +76,7 @@ sub response {
                $params = $title;
                $title = 'No title';
        }
+       $params->{time} = time;
        bless {template => $template, title => $title, params => $params}, __PACKAGE__.'::Response'
 }
 
This page took 0.011635 seconds and 4 git commands to generate.