CITGuru / tempmail

A Python wrapper for online service which provides temporary email address: https://temp-mail.org/
MIT License
41 stars 21 forks source link

remove duplicate character encoding #4

Closed lhiguer1 closed 10 months ago

lhiguer1 commented 3 years 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.

lhiguer1 commented 3 years ago

I've changed the file name so that setup.py works.