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

Skip to content

Commit 0c9fa5c

Browse files
committed
fix
1 parent 043f2f9 commit 0c9fa5c

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
@@ -98,7 +98,7 @@ def comparison(page, getRatioValue=False, pageLength=None):
9898
seqMatcher.set_seq2(seq2)
9999

100100
if seq1 is None or seq2 is None:
101-
ratio = None
101+
return None
102102
else:
103103
ratio = round(seqMatcher.quick_ratio(), 3)
104104

0 commit comments

Comments
 (0)