diff --git a/ungleich_dns.py b/ungleich_dns.py index 5321546..571b635 100644 --- a/ungleich_dns.py +++ b/ungleich_dns.py @@ -41,6 +41,7 @@ class ungleichDNS(object): ) try: response = urllib.request.urlopen(req).read() + print(response) except urllib.error.HTTPError as e: error_message = e.read() print(json.loads(error_message))