From 4802f2422a5223578ecaeda92c62cf15c350b0a0 Mon Sep 17 00:00:00 2001 From: Aether Date: Mon, 14 Oct 2024 14:31:31 -0400 Subject: [PATCH] test2 --- resources/optimize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/optimize.py b/resources/optimize.py index 1d6d17c..d7b9122 100644 --- a/resources/optimize.py +++ b/resources/optimize.py @@ -2,7 +2,7 @@ import os import hashlib from PIL import Image import shutil -# test + def compute_hash(file_path): with open(file_path, 'rb') as f: content = f.read()