fix typo
This commit is contained in:
parent
87548030cb
commit
9861ad12d3
@ -33,6 +33,6 @@ def validate_url(url):
|
|||||||
try:
|
try:
|
||||||
six.moves.urlparse(url)
|
six.moves.urlparse(url)
|
||||||
return True
|
return True
|
||||||
except Except as e:
|
except Exception as e:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user