mental32 / spotify.py

🌐 API wrapper for Spotify 🎶
https://spotifypy.readthedocs.io/en/latest/
MIT License
150 stars 38 forks source link

fixed flask example #30

Closed M3NIX closed 4 years ago

M3NIX commented 4 years ago

fixed the two following errors when running the flask example:

TypeError: __init__() got an unexpected keyword argument 'scope'

and

ValueError: urls must start with a leading slash
mental32 commented 4 years ago

This example was copy pasted from the README, could youd apply the same changes there so that I can merge this immediately

M3NIX commented 4 years ago

I already did