mental32 / spotify.py

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

fixed missing parameter in getattr #44

Closed ajp2455 closed 4 years ago

ajp2455 commented 4 years ago

getattr was missing the self parameter. This was preventing async iteration.