Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cecylia Bocovich
gettor
Commits
dd2818ee
Commit
dd2818ee
authored
Jan 23, 2021
by
hanneloresx
Browse files
fix minor spelling error
parent
6a95ed9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gettor/utils/validate_email.py
View file @
dd2818ee
...
...
@@ -170,7 +170,7 @@ def validate_email(email, check_mx=False, verify=False, debug=False, smtp_timeou
smtp
.
quit
()
except
smtplib
.
SMTPServerDisconnected
:
# Server not permits verify user
if
debug
:
logger
.
debug
(
u
'%s disconected.'
,
mx
[
1
])
logger
.
debug
(
u
'%s discon
n
ected.'
,
mx
[
1
])
except
smtplib
.
SMTPConnectError
:
if
debug
:
logger
.
debug
(
u
'Unable to connect to %s.'
,
mx
[
1
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment