Remove hebdo color check

master
Heuzef 5 years ago
parent 620122f900
commit a98f082dc9
  1. 3
      Check.pm

@ -76,10 +76,9 @@ sub action
}
# Color for age
if ( $lastAge < 1.1 ) {
$lastAgeColor = "MediumSeaGreen";
} elsif ( $lastAge < 7.1 ) {
$lastAgeColor = "BlueViolet";
} else {
$lastAgeColor = "Tomato";
}

Loading…
Cancel
Save