This commit is contained in:
Aether 2024-10-14 14:31:31 -04:00
parent 287296026e
commit 4802f2422a
1 changed files with 1 additions and 1 deletions

View File

@ -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()