mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-08-06 15:18:29 +00:00
Renamed spotipy to client to avoid confusion
This commit is contained in:
@@ -1,2 +1 @@
|
|||||||
__all__ = ['spotipy']
|
from client import Spotify, SpotifyException
|
||||||
from spotipy import *
|
|
||||||
|
@@ -39,6 +39,8 @@ class Spotify(object):
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
trace = False
|
trace = False
|
||||||
|
"""enable tracing"""
|
||||||
|
|
||||||
_auth = None
|
_auth = None
|
||||||
|
|
||||||
def __init__(self, auth=None):
|
def __init__(self, auth=None):
|
Reference in New Issue
Block a user