try to fix the dups (and the dates on them)
[spider.git] / perl / Spot.pm
index 3f4313ef8268dd75f4fffae2d7b369711180929a..b29592a3a756eb3c8d3c246e78e8ac3827445125 100644 (file)
@@ -217,7 +217,7 @@ sub dup
        unpad($text);
        my $dupkey = "$freq|$call|$d|$text";
        return 1 if exists $dup{$dupkey};
-       $dup{$dupkey} = $d * 60;         # in seconds (to the nearest minute)
+       $dup{$dupkey} = $d;         # in seconds (to the nearest minute)
        return 0; 
 }