mirror of
https://github.com/ValdikSS/blockcheck.git
synced 2026-09-12 19:50:05 +05:00
Do not return on DNSException
This commit is contained in:
parent
0c6b296b3f
commit
e0d909eca7
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user