mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Renamed spotipy to client to avoid confusion
This commit is contained in:
parent
9a3b5784b0
commit
0143b58837
@ -1,2 +1 @@
|
|||||||
__all__ = ['spotipy']
|
from client import Spotify, SpotifyException
|
||||||
from spotipy import *
|
|
||||||
|
|||||||
@ -38,7 +38,9 @@ class Spotify(object):
|
|||||||
print(user)
|
print(user)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
trace = False
|
trace = False
|
||||||
|
"""enable tracing"""
|
||||||
|
|
||||||
_auth = None
|
_auth = None
|
||||||
|
|
||||||
def __init__(self, auth=None):
|
def __init__(self, auth=None):
|
||||||
Loading…
Reference in New Issue
Block a user