tweaks
This commit is contained in:
@@ -100,7 +100,7 @@ class Cache:
|
||||
|
||||
|
||||
|
||||
async def search(self, artist: str, song: str) -> Optional[LyricsResult]:
|
||||
async def search(self, artist: str, song: str, **kwargs) -> Optional[LyricsResult]:
|
||||
"""
|
||||
search
|
||||
@artist: the artist to search
|
||||
|
||||
Reference in New Issue
Block a user