Skip to content

Commit eb40211

Browse files
committed
fix: Update jellyfish method name following major version change
1 parent f32891a commit eb40211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BF2AutoSpectator/common/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,4 +453,4 @@ def run_conman(args: List[str]) -> None:
453453

454454

455455
def is_similar_str(a: str, b: str, threshold: float = .8) -> bool:
456-
return jellyfish.jaro_distance(a, b) >= threshold
456+
return jellyfish.jaro_similarity(a, b) >= threshold

0 commit comments

Comments
 (0)