From 287296026ee610bca7a5bcdb98830261b3672cc4 Mon Sep 17 00:00:00 2001 From: Aether Date: Mon, 14 Oct 2024 14:30:02 -0400 Subject: [PATCH] test --- resources/optimize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/optimize.py b/resources/optimize.py index d7b9122..1d6d17c 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()