stoof
This commit is contained in:
@@ -33,6 +33,8 @@ class Genius:
|
||||
@song: the song to search
|
||||
"""
|
||||
try:
|
||||
artist = artist.strip().lower()
|
||||
song = song.strip().lower()
|
||||
search_term = f'{artist}%20{song}'
|
||||
returned_lyrics = ''
|
||||
async with ClientSession() as client:
|
||||
|
||||
Reference in New Issue
Block a user