questionable commit from work laptop

This commit is contained in:
bluesaxman 2022-02-16 16:35:20 -07:00
parent 19487f4901
commit 6d21607b8c

View File

@ -95,5 +95,9 @@ else {$type=$type."...";}
my $loc = substr(($weather[4] or "?????"), 0, 5);
print $loc." - ".$type."  ".$temp."  ".$wdir." ".$wind."mph\n\n";
my $format = '%5.5s - %5.5s  %03dC  %s %03dmph';
printf( $format, $loc, $type, $temp, $wdir, $wind);
print "\n";
printf( $format, $loc, $type, $temp, $wdir, $wind);
print "\n";
print $color."\n";