space
This commit is contained in:
parent
890408f018
commit
76182e3df1
@ -56,7 +56,7 @@ class TrackMatcher:
|
|||||||
best_match = candidate
|
best_match = candidate
|
||||||
|
|
||||||
# Return the match only if it meets the threshold
|
# Return the match only if it meets the threshold
|
||||||
return (best_match, round(best_score *100)) if best_score >= self.threshold else None
|
return (best_match, round(best_score * 100)) if best_score >= self.threshold else None
|
||||||
|
|
||||||
def _normalize_string(self, text: str) -> str:
|
def _normalize_string(self, text: str) -> str:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user