diff --git a/src/utils/libjs.py b/src/utils/libjs.py index 02f1b08..7ee2507 100644 --- a/src/utils/libjs.py +++ b/src/utils/libjs.py @@ -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}"):