From b80a56af5b47740f8c19ad4c247a6a2141a89bd2 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 21:27:00 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e52ca32..e0cb33a 100644 --- a/main.py +++ b/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) 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():