This commit is contained in:
Boris Bobrov 2018-07-11 18:26:23 +02:00
parent 87548030cb
commit 9861ad12d3

View File

@ -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