modified sh/qrz a bit to cope with slow server
[spider.git] / cmd / show / wwv.pl
index e010972604ce738f5e05ebe74fdfbf07b353eb64..349180ae0270262f7ae4f28655c89c1784997853 100644 (file)
@@ -26,9 +26,10 @@ while ($f = shift @f) {                 # next field
        }
 }
 
-$to = 10 if !$to;
+$from = 1 unless $from;
+$to = 5 unless $to;
 
-push @out, "Date        Hour   SFI   K   A Forecast                               Logger";
+push @out, "Date        Hour   SFI   A   K Forecast                               Logger";
 my @in = Geomag::search($from, $to, $main::systime);
 for (@in) {
        push @out, Geomag::print_item($_);