master
Lukas Schulz 2020-12-20 21:33:41 +01:00
parent bd5c09863d
commit 8cb29a9f54
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ token = None #oauth2.SpotifyOAuth(username, scope, client_id, client_secret, red
#token = util.prompt_for_user_token(username, scope, client_id, client_secret, redirect_uri)
font = ImageFont.load_default()
clock_font = ImageFont.truetype(font='BebasNeue_Regular_1.otf', size=60)
clock_font = ImageFont.truetype(font='BebasNeue_Regular_1.otf', size=50)
def get_track():