master
Lukas Schulz 2020-12-20 21:39:42 +01:00
parent a144d3dd48
commit 25ebc6b06d
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=78)
clock_font = ImageFont.truetype(font='BebasNeue_Regular_1.otf', size=75)
def get_track():