diff --git a/main.py b/main.py index 94cdd7c..b42639f 100644 --- a/main.py +++ b/main.py @@ -51,6 +51,8 @@ token = None #oauth2.SpotifyOAuth(username, scope, client_id, client_secret, red font = ImageFont.load_default() +main() + def get_track(): print('getting current song info') sp = spotipy.Spotify(auth=token) @@ -233,7 +235,7 @@ if __name__ == "__main__": while True: get_access_token() - # drawCanvas() + drawCanvas() time.sleep(10)