spm works maybe?

This commit is contained in:
2026-08-14 20:44:11 -04:00
parent 56646625c0
commit 10aa0c62ff
82 changed files with 1706 additions and 535 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ def debug(message):
def sha256(path):
hasher = hashlib.sha256()
hasher = hashlib.md5()
with open(path, "rb") as file:
while chunk := file.read(1024 * 1024):