fix typo
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user