mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
fix
This commit is contained in:
parent
043f2f92c1
commit
0c9fa5c550
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user