equal
deleted
inserted
replaced
204 ) |
204 ) |
205 elif (self.use_qnichost): |
205 elif (self.use_qnichost): |
206 nichost = self.choose_server(query_arg) |
206 nichost = self.choose_server(query_arg) |
207 if (nichost is not None): |
207 if (nichost is not None): |
208 result = self.whois(query_arg, nichost, flags) |
208 result = self.whois(query_arg, nichost, flags) |
|
209 else: |
|
210 result = '' |
209 else: |
211 else: |
210 result = self.whois(query_arg, options['whoishost'], flags) |
212 result = self.whois(query_arg, options['whoishost'], flags) |
211 # print 'whois_lookup finished' |
213 # print 'whois_lookup finished' |
212 return result |
214 return result |
213 |
215 |