From 5946c7941bd105fea6c038f41156c73720e04328 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 May 2017 19:24:04 +0200 Subject: distinguish between cancelled arrivals and cancelled departures --- bin/db-iris | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/db-iris b/bin/db-iris index f13606e..46c1532 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -253,6 +253,9 @@ sub format_delay { if ( $d->is_cancelled ) { $delay = ' CANCELED'; } + elsif ( $d->departure_is_cancelled ) { + $delay .= ' ⊖'; + } return $delay; } -- cgit v1.2.3