Correct typo
This commit is contained in:
@@ -460,8 +460,8 @@ class DeeLogin:
|
||||
|
||||
for cand in candidates:
|
||||
title_match = max(
|
||||
_sim(_remove_parentheses(spo_title), _remove_parentheses(dz_json.get('title', ''))),
|
||||
_sim(_remove_parentheses(spo_title), _remove_parentheses(dz_json.get('title_short', '')))
|
||||
_sim(_remove_parentheses(spo_title), _remove_parentheses(cand.get('title', ''))),
|
||||
_sim(_remove_parentheses(spo_title), _remove_parentheses(cand.get('title_short', '')))
|
||||
)
|
||||
if title_match < 0.90:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user