From 76182e3df1b9e109f1c59b501b32cde471fa8b2c Mon Sep 17 00:00:00 2001 From: codey Date: Fri, 17 Jan 2025 06:42:35 -0500 Subject: [PATCH] space --- lyric_search_new/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyric_search_new/utils.py b/lyric_search_new/utils.py index cac1088..4b6d4a4 100644 --- a/lyric_search_new/utils.py +++ b/lyric_search_new/utils.py @@ -56,7 +56,7 @@ class TrackMatcher: best_match = candidate # 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: """