You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi everyone, replace the reference to bPath with savePath, which is defined in the first code cell. you will also have to replace the reference to basePath with savePath (in the definition of the function download). Lastly remove the "http" + string in the urllib.request.urlretrieve call:
urllib.request.urlretrieve(fileaddress[i],
path + "/" + birdName + filenamesID[i] + ".mp3")
These are minor problems that were breaking the code to run. Congratulations to the authors of the project for a very useful set of scripts and analyses!
No description provided.
The text was updated successfully, but these errors were encountered: