mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor update
This commit is contained in:
@@ -109,7 +109,7 @@ def comparison(page, headers=None, getSeqMatcher=False, pageLength=None):
|
||||
if getSeqMatcher:
|
||||
return ratio
|
||||
|
||||
elif ratio == 1:
|
||||
elif ratio > UPPER_RATIO_BOUND:
|
||||
return True
|
||||
|
||||
elif kb.matchRatio is None:
|
||||
|
||||
Reference in New Issue
Block a user