@@ -976,9 +976,9 @@ func tenderRepeat_B(v *Info, info *Info, reason string) (bool, string) {
if v.bidopentime != 0 && v.bidopentime == info.bidopentime {
m++
}
- // if v.bidopenaddress != "" && v.bidopenaddress == info.bidopenaddress {
- // m++
- // }
+ //if v.bidopenaddress != "" && v.bidopenaddress == info.bidopenaddress {
+ // m++
+ //}
if len([]rune(v.title)) > 10 && len([]rune(info.title)) > 10 &&
(strings.Contains(v.title, info.title) || strings.Contains(info.title, v.title)) {