diff options
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-x | bin/db-iris | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/db-iris b/bin/db-iris index f047699..f8512da 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -284,10 +284,10 @@ sub format_delay { $delay = ( $d->delay > 0 ? ' +' : q{ } ) . $d->delay; } if ( $d->is_cancelled ) { - $delay = ' CANCELED'; + $delay = ' XXX'; } elsif ( $d->departure_is_cancelled ) { - $delay .= ' ⊖'; + $delay .= ' xxx'; } elsif ( $d->start < $datetime and not $d->has_realtime ) { $delay = ' ?'; |