From 41e04e27957e84f4f7dbc0b623c508c5244b7c00 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 14:34:09 +0100 Subject: [PATCH] yes. --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index b370616..75c020f 100644 --- a/main.py +++ b/main.py @@ -43,7 +43,7 @@ cover_art_offset_x = 0 cover_art_offset_y = 96 last_cover_art = Image.new('RGB',(32,32),color='white') -las_song = '' +last_song = '' token = None #oauth2.SpotifyOAuth(username, scope, client_id, client_secret, redirect_uri) @@ -51,7 +51,6 @@ token = None #oauth2.SpotifyOAuth(username, scope, client_id, client_secret, red font = ImageFont.load_default() -print('before get_track()') def get_track(): print('getting current song info') @@ -214,7 +213,6 @@ def get_access_token(): if __name__ == "__main__": main() - time.sleep(10) print('led-matrix-viewer started') while True: