Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion whichsong.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def song_recog(event):
await reply.download_media(path_to_song)
await xx.edit(get_string("whs_2"))
try:
res = await shazam.recognize_song(path_to_song)
res = await shazam.recognize(path_to_song)
except Exception as e:
return await eor(xx, str(e), time=10)
remove(path_to_song)
Expand Down