This commit is contained in:
codey 2025-01-14 11:15:50 -05:00
parent 688e6bf30c
commit d782451104

View File

@ -48,7 +48,7 @@ class Cache:
- LyricsResult corresponding to nearest match found (if found), **None** otherwise - LyricsResult corresponding to nearest match found (if found), **None** otherwise
""" """
try: try:
artist = artist.strip().lower() artist = artist.strip().lower()
song = song.strip().lower() song = song.strip().lower()
logging.info("Searching %s - %s on %s", logging.info("Searching %s - %s on %s",
artist, song, self.label) artist, song, self.label)