fixing my previous mistake
authorAndrey Skabelin <andrey.skabelin@gmail.com>
Wed, 03 Aug 2016 17:17:41 +0000
changeset 107 58817891026b
parent 106 40e0392ef844
child 108 4fb2273c5821
fixing my previous mistake
whois/whois.py
--- 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')