Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c042376

Browse files
committed
minor update
1 parent a77b186 commit c042376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def comparison(page, headers=None, getSeqMatcher=False, pageLength=None):
109109
if getSeqMatcher:
110110
return ratio
111111

112-
elif ratio == 1:
112+
elif ratio > UPPER_RATIO_BOUND:
113113
return True
114114

115115
elif kb.matchRatio is None:

0 commit comments

Comments
 (0)