Fixed up the packaging a bit

This commit is contained in:
Paul Lamere
2014-08-20 16:28:47 -04:00
parent f43faea723
commit 4e70a2f7f3
5 changed files with 16 additions and 5 deletions

View File

@@ -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: