mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 02:28:23 +00:00
printing set of domain for debugging
This commit is contained in:
parent
663cc75369
commit
29b24b6466
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue