From 8bd7cff5c12aca17966649f70632bc1089d00514 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 8 Oct 2022 16:03:21 +0200 Subject: [PATCH] add todo --- src/font.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/font.py b/src/font.py index 968045a..57b500e 100644 --- a/src/font.py +++ b/src/font.py @@ -26,6 +26,8 @@ def init(version): if not exist(path): mkdir(path) + # TODO: Store the version used and redownload on version changes + # Download the font file if needed if not exist(f"{path}/{filename}"): # Download the font file