move ganerated stuff to local_data
[spider.git] / perl / WCY.pm
index f18950b6dd9b50a07659bbb1c492b881205d35d6..826208e5332edf7604335ece130726410307bf5d 100644 (file)
@@ -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');