I am trying to save hash_value in mysql database using python. I have obtained hash value hash = imagehash.dhash(Image.open(\'temp_face.jpg\')) but after the execu
hash = imagehash.dhash(Image.open(\'temp_face.jpg\'))