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