Adds object creation from spotify
Now includes functions to convert json to track, artist and album
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
class SpotifyFactory():
|
||||
class Spotify():
|
||||
def __init__(self):
|
||||
self.token = None
|
||||
self.valid_until = None
|
||||
|
||||
Reference in New Issue
Block a user