X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv.pl;h=988b760a6446fcfa0161efc0a0b13710ca6a729e;hb=85888a3551aa9a6799bd4f49ca45562023ac7116;hp=07a0259a34af5939b10a3d223f1fd763a4e31bba;hpb=f3adc82a0299652d929b73c718127fa38571eec5;p=spider.git diff --git a/cmd/show/wwv.pl b/cmd/show/wwv.pl index 07a0259a..988b760a 100644 --- a/cmd/show/wwv.pl +++ b/cmd/show/wwv.pl @@ -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 A K Forecast Logger"; +push @out, $self->msg('wwv3'); my @in = Geomag::search($from, $to, $main::systime); for (@in) { push @out, Geomag::print_item($_);