Fix hebdo age

master
Heuzef 5 years ago
parent 2525019215
commit 0da32cc045
  1. 2
      Check.pm

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

Loading…
Cancel
Save