Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a63f5 commit c1b82cfCopy full SHA for c1b82cf
1 file changed
lib/request/comparison.py
@@ -82,7 +82,7 @@ def comparison(page, headers=None, getSeqMatcher=False, pageLength=None):
82
ratio = 1. / ratio
83
else:
84
conf.seqMatcher.set_seq2(page)
85
- ratio = round(conf.seqMatcher.ratio(), 3)
+ ratio = round(conf.seqMatcher.real_quick_ratio(), 3)
86
87
if kb.locks.seqLock:
88
kb.locks.seqLock.release()
0 commit comments