mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
Fixed up the packaging a bit
This commit is contained in:
@@ -50,6 +50,7 @@ class Spotify(object):
|
||||
'''
|
||||
self.prefix = 'https://api.spotify.com/v1/'
|
||||
self._auth = auth
|
||||
self.version = 'Spotipy version 1.320'
|
||||
|
||||
def _auth_headers(self):
|
||||
if self._auth:
|
||||
|
Reference in New Issue
Block a user