test
This commit is contained in:
@ -53,6 +53,8 @@ class LastFM(FastAPI):
|
||||
'success': True,
|
||||
'result': artist_result
|
||||
}
|
||||
|
||||
# test
|
||||
|
||||
async def artist_album_handler(self, data: ValidArtistSearchRequest) -> dict:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user