master
Lukas Schulz 2020-12-20 14:34:09 +01:00
parent 085b4b9520
commit 41e04e2795
1 changed files with 1 additions and 3 deletions

View File

@ -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: