mirror of https://github.com/CIRCL/AIL-framework
printing set of domain for debugging
parent
663cc75369
commit
29b24b6466
|
@ -99,7 +99,7 @@ def main():
|
||||||
|
|
||||||
message = Sub.get_msg_from_queue(r_serv)
|
message = Sub.get_msg_from_queue(r_serv)
|
||||||
except dns.exception.Timeout:
|
except dns.exception.Timeout:
|
||||||
print "dns.exception.Timeout"
|
print "dns.exception.Timeout", A_values
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue