diff --git a/blockcheck.py b/blockcheck.py index 611b548..9842c25 100755 --- a/blockcheck.py +++ b/blockcheck.py @@ -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)