pogzyb / asyncwhois

Python WHOIS and RDAP utility for querying and parsing information about Domains, IPv4s, IPv6s, and AS numbers
MIT License
63 stars 18 forks source link

Fix registrar overwrite #88

Closed pogzyb closed 5 months ago

pogzyb commented 5 months ago

The registrar key is not being handled correctly in the convert_whodap_keys function: https://github.com/pogzyb/asyncwhois/pull/65#issuecomment-2170116576

Thank you, @y-polyakov-ddl !