From 91136f86a9fa78b8388aaec9cb80f0f9c7a1c278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Wed, 14 May 2025 15:57:07 +0200 Subject: [PATCH] fix font path --- fsck2025/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsck2025/__init__.py b/fsck2025/__init__.py index 2102589..67330fb 100644 --- a/fsck2025/__init__.py +++ b/fsck2025/__init__.py @@ -191,7 +191,7 @@ def fit_text(string: str, max_width: int, font: ImageFont) -> list[str]: def tasks(queue, args, idlist, skiplist): font = ImageFont.truetype( - "../DIN1451Mittelschrift.ttf", size=74.6667, encoding="unic" + "fsck2025/DIN1451Mittelschrift.ttf", size=74.6667, encoding="unic" ) # iterate over all events extracted from the schedule xml-export