This commit is contained in:
2025-01-14 11:13:39 -05:00
parent f3336b09ac
commit 861f4766b3
4 changed files with 7 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ class Genius:
@song: the song to search
"""
try:
logging.info("Searching %s - %s on %s",
artist, song, self.label)
artist = artist.strip().lower()
song = song.strip().lower()
search_term = f'{artist}%20{song}'