add todo
This commit is contained in:
parent
95c9453998
commit
8bd7cff5c1
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ def init(version):
|
||||||
if not exist(path):
|
if not exist(path):
|
||||||
mkdir(path)
|
mkdir(path)
|
||||||
|
|
||||||
|
# TODO: Store the version used and redownload on version changes
|
||||||
|
|
||||||
# Download the font file if needed
|
# Download the font file if needed
|
||||||
if not exist(f"{path}/{filename}"):
|
if not exist(f"{path}/{filename}"):
|
||||||
# Download the font file
|
# Download the font file
|
||||||
|
|
Reference in a new issue