test
This commit is contained in:
parent
dce2c8254b
commit
287296026e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue