From 40a92ce4930549c3d3cf7d514966f2d8588c2d0f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 26 Oct 2022 15:49:14 +0200 Subject: [PATCH] typo --- src/utils/libjs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"):