whois/whois.py
changeset 107 58817891026b
parent 106 40e0392ef844
child 108 4fb2273c5821
--- a/whois/whois.py	Wed Aug 03 12:36:03 2016 +0000
+++ b/whois/whois.py	Wed Aug 03 17:17:41 2016 +0000
@@ -120,7 +120,6 @@
             s.close()
         except socket.error as socketerror:
             print('Socket Error:', socketerror)
-            return response
 
         nhost = None
         response = response.decode('utf-8', errors='replace')