stoof
This commit is contained in:
parent
688e6bf30c
commit
d782451104
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user