소스 검색

FML.

pull/24/head
Ben Kurtovic 9 년 전
부모
커밋
73315e3370
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      copyvios/checker.py

+ 1
- 1
copyvios/checker.py 파일 보기

@@ -143,7 +143,7 @@ def _get_cached_results(page, conn, mode):
if skipped: # Should be impossible: data must be bad; run a new check
return None
result = page.copyvio_compare(url, min_confidence=T_SUSPECT, max_time=30)
if abs(result.confidence - confidence) < 0.0001:
if abs(result.confidence - confidence) >= 0.0001:
return None

for url, confidence, skipped in data:


불러오는 중...
취소
저장