summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/index.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index 27aafd0..33fddc7 100644
--- a/cgi/index.pl
+++ b/cgi/index.pl
@@ -216,6 +216,11 @@ sub render_image {
next;
}
+ if ($d->delay eq '-9999') {
+ # canceled
+ next;
+ }
+
if ( $time =~ m{ ^ \d\d? : \d\d $ }x ) {
$dt = DateTime->new(
year => $dt_now->year,