Closed lhiguer1 closed 10 months ago
get_hash() encodes the email. Calls to get_hash erroneously encode the email first. This causes a bug when get_hash tries to encode the email again. I just removed the first encoding.
I've changed the file name so that setup.py works.
get_hash() encodes the email. Calls to get_hash erroneously encode the email first. This causes a bug when get_hash tries to encode the email again. I just removed the first encoding.