We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 869089f + 6b53b81 commit d17fc49Copy full SHA for d17fc49
asyncwhois/query.py
@@ -193,7 +193,7 @@ async def _aio_do_query(
193
whois_server = self._find_match(regex, query_output)
194
if self._continue_querying(server, whois_server):
195
# recursive call to find more authoritative server
196
- chain = self._do_query(
+ chain = await self._aio_do_query(
197
whois_server, data, self.whois_server_regex, chain
198
)
199
# return the WHOIS query chain
0 commit comments