yes.
This commit is contained in:
parent
1849fa6da6
commit
b80a56af5b
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=20)
|
clock_font = ImageFont.truetype(font='BebasNeue_Regular_1.otf', size=20)
|
||||||
|
|
||||||
|
|
||||||
def get_track():
|
def get_track():
|
||||||
|
|
Loading…
Reference in a new issue