diff --git a/update_i42_domain.py b/update_i42_domain.py index 68a8937a1de6c6c2d9234cc6a6e13e8d2e3ddbed..7d8719e84d6962fc63fa0dda63e0579248e27cd9 100755 --- a/update_i42_domain.py +++ b/update_i42_domain.py @@ -19,6 +19,6 @@ if len(MY_IP_V6) > 0: for (server, data) in [(server_v4, data_v4), (server_v6, data_v6)]: try: response = urllib2.urlopen(server, data=data, cafile="i42.crt") - print response.read() + print response.msg except urllib2.HTTPError, ex: print ex