X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv.pl;h=349180ae0270262f7ae4f28655c89c1784997853;hb=0a9f4ecdeafc3212539009b96c64baa977555454;hp=07a0259a34af5939b10a3d223f1fd763a4e31bba;hpb=f3adc82a0299652d929b73c718127fa38571eec5;p=spider.git diff --git a/cmd/show/wwv.pl b/cmd/show/wwv.pl index 07a0259a..349180ae 100644 --- a/cmd/show/wwv.pl +++ b/cmd/show/wwv.pl @@ -26,7 +26,8 @@ while ($f = shift @f) { # next field } } -$to = 10 if !$to; +$from = 1 unless $from; +$to = 5 unless $to; push @out, "Date Hour SFI A K Forecast Logger"; my @in = Geomag::search($from, $to, $main::systime);