Do not return on DNSException

This commit is contained in:
ValdikSS 2017-05-10 19:42:50 +03:00
parent 0c6b296b3f
commit e0d909eca7

View File

@ -264,7 +264,6 @@ def _get_a_records(sitelist, querytype='A', dnsserver=None, googleapi=False):
except dns.exception.DNSException as e:
print_debug("DNSException:", str(e))
really_bad_fuckup_happened()
return ""
return sorted(result)