diff --git a/lib/request/comparison.py b/lib/request/comparison.py index 880a334c4..08ce9d472 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -64,8 +64,8 @@ def comparison(page, getRatioValue=False, pageLength=None): if ratio > 1.: ratio = 1. / ratio else: - seqMatcher.set_seq1(getFilteredPageContent(seqMatcher.a, conf.textOnly)) - seqMatcher.set_seq2(getFilteredPageContent(page, conf.textOnly)) + seqMatcher.set_seq1(getFilteredPageContent(seqMatcher.a, True) if conf.textOnly else seqMatcher.a) + seqMatcher.set_seq2(getFilteredPageContent(page, True) if conf.textOnly else page) ratio = round(seqMatcher.quick_ratio(), 3) # If the url is stable and we did not set yet the match ratio and the