From d78245110472449fc5907dac8c2d4adb56cfde37 Mon Sep 17 00:00:00 2001 From: codey Date: Tue, 14 Jan 2025 11:15:50 -0500 Subject: [PATCH] stoof --- lyric_search_new/sources/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyric_search_new/sources/cache.py b/lyric_search_new/sources/cache.py index da3ba94..d465019 100644 --- a/lyric_search_new/sources/cache.py +++ b/lyric_search_new/sources/cache.py @@ -48,7 +48,7 @@ class Cache: - LyricsResult corresponding to nearest match found (if found), **None** otherwise """ try: - artist = artist.strip().lower() + artist = artist.strip().lower() song = song.strip().lower() logging.info("Searching %s - %s on %s", artist, song, self.label)