This commit is contained in:
Mylloon 2022-10-26 15:49:14 +02:00
parent 0a7dd0055e
commit 40a92ce493
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -16,7 +16,7 @@ def init(commit_hash):
if not exist(path):
mkdir(path)
# TODO: Store the version used and redownload on version changes
# TODO: Store the hash used and redownload on version changes
# Download the js file if needed
if not exist(f"{path}/{filename}"):