Skip to content

Commit

Permalink
Update mail_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealDalunacrobate committed Dec 1, 2022
1 parent fcd8133 commit 1139125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mail_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def verify(mail):
data = response.json()
status = data['status']
if status == "valid":
return True
return "True"
elif status == "invalid":
return None
else:
Expand Down

0 comments on commit 1139125

Please sign in to comment.