X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FWCY.pm;h=826208e5332edf7604335ece130726410307bf5d;hb=c94ff1bf2cbe16ed59c5b273c7f6730fd7314cab;hp=f18950b6dd9b50a07659bbb1c492b881205d35d6;hpb=68fa2f8ae34d78464cb196851a7ce09ebef61b1b;p=spider.git diff --git a/perl/WCY.pm b/perl/WCY.pm index f18950b6..826208e5 100644 --- a/perl/WCY.pm +++ b/perl/WCY.pm @@ -39,7 +39,7 @@ $from = ""; # who this came from $duplth = 20; # the length of text to use in the deduping $dupage = 12*3600; # the length of time to hold spot dups -$dirprefix = "$main::data/wcy"; +$dirprefix = "$main::local_data/wcy"; $param = "$dirprefix/param"; $filterdef = bless ([ @@ -55,7 +55,6 @@ $filterdef = bless ([ ['origin_zone', 'nz', 19], ], 'Filter::Cmd'); - sub init { $fp = DXLog::new('wcy', 'dat', 'm');