mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
fix
This commit is contained in:
@@ -98,7 +98,7 @@ def comparison(page, getRatioValue=False, pageLength=None):
|
|||||||
seqMatcher.set_seq2(seq2)
|
seqMatcher.set_seq2(seq2)
|
||||||
|
|
||||||
if seq1 is None or seq2 is None:
|
if seq1 is None or seq2 is None:
|
||||||
ratio = None
|
return None
|
||||||
else:
|
else:
|
||||||
ratio = round(seqMatcher.quick_ratio(), 3)
|
ratio = round(seqMatcher.quick_ratio(), 3)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user