spotipy/spotipy
myselfhimself 8de2591c18 Avoid unneeded token renewal when cached token's scope contains currently required scope
Before that there was a strict string comparision "cached scope" == "currently required scope". Added a scope subset detection method.
2015-12-02 20:56:44 +01:00
..
__init__.py Initial run of 2to3 2015-06-05 12:07:28 +03:00
client.py Added api to get current users followed artists 2015-08-10 09:17:14 -04:00
oauth2.py Avoid unneeded token renewal when cached token's scope contains currently required scope 2015-12-02 20:56:44 +01:00
util.py Fix for python 2 to use the safe raw_input() per default 2015-06-05 12:19:38 +03:00