yes.
This commit is contained in:
parent
bd5c09863d
commit
8cb29a9f54
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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)
|
#token = util.prompt_for_user_token(username, scope, client_id, client_secret, redirect_uri)
|
||||||
|
|
||||||
font = ImageFont.load_default()
|
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():
|
def get_track():
|
||||||
|
|
Loading…
Reference in a new issue