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 c1b82cf commit bdff4abCopy full SHA for bdff4ab
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.real_quick_ratio(), 3)
+ ratio = round(conf.seqMatcher.quick_ratio(), 3)
86
87
if kb.locks.seqLock:
88
kb.locks.seqLock.release()
0 commit comments