whois/whois.py
changeset 124 dfa8657bdefc
parent 123 03c72d0d1182
child 132 7666f0765fe4
child 133 29e9190319e5
--- a/whois/whois.py	Fri Jan 20 16:10:33 2017 +0800
+++ b/whois/whois.py	Fri Feb 03 16:17:46 2017 +0800
@@ -111,7 +111,7 @@
             if hostname == NICClient.DENICHOST:
                 query_bytes = "-T dn,ace -C UTF-8 " + query
             elif hostname.endswith(NICClient.QNICHOST_TAIL) and many_results:
-                query_bytes = '='
+                query_bytes = '=' + query
             else:
                 query_bytes = query
             s.send((query_bytes) + b"\r\n")