From 2cf5cc187486279c720e231279426fe4d3661350 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 14:18:41 +0100 Subject: [PATCH] yes. --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)