We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32891a commit eb40211Copy full SHA for eb40211
1 file changed
BF2AutoSpectator/common/utility.py
@@ -453,4 +453,4 @@ def run_conman(args: List[str]) -> None:
453
454
455
def is_similar_str(a: str, b: str, threshold: float = .8) -> bool:
456
- return jellyfish.jaro_distance(a, b) >= threshold
+ return jellyfish.jaro_similarity(a, b) >= threshold
0 commit comments