mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +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)
|
||||
|
||||
if seq1 is None or seq2 is None:
|
||||
ratio = None
|
||||
return None
|
||||
else:
|
||||
ratio = round(seqMatcher.quick_ratio(), 3)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user