diff --git a/update_i42_domain.py b/update_i42_domain.py
index 7d8719e84d6962fc63fa0dda63e0579248e27cd9..68a8937a1de6c6c2d9234cc6a6e13e8d2e3ddbed 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.msg
+		print response.read()
 	except urllib2.HTTPError, ex:
 		print ex