This commit is contained in:
Aether 2024-10-14 14:30:02 -04:00
parent dce2c8254b
commit 287296026e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import os
import hashlib import hashlib
from PIL import Image from PIL import Image
import shutil import shutil
# test
def compute_hash(file_path): def compute_hash(file_path):
with open(file_path, 'rb') as f: with open(file_path, 'rb') as f:
content = f.read() content = f.read()