Open whoisgautxm opened 3 months ago
Fixes #64
Done changes in the local.py and modal_server.py to check if the input email contains "+" sign as an input , then write a python function to clean that email and returns only the username and domain part
local.py
modal_server.py
Note that author reported it doesn't work/is untested
Fixes #64
Done changes in the
local.py
andmodal_server.py
to check if the input email contains "+" sign as an input , then write a python function to clean that email and returns only the username and domain part