# HG changeset patch # User Richard Penman # Date 1496145833 14400 # Node ID a63883d0a695a118f41a97a7ea5880e89edd6707 # Parent 49b60710c1eb5df404fb31fa9f3272b32ab60695 fixed dk key error diff -r 49b60710c1eb -r a63883d0a695 whois/parser.py --- a/whois/parser.py Sun May 14 08:53:17 2017 -0400 +++ b/whois/parser.py Tue May 30 08:03:53 2017 -0400 @@ -1186,7 +1186,7 @@ 'expiration_date': 'Expires: *(.+)', 'dnssec': 'Dnssec: *(.+)', 'status': 'Status: *(.+)', - 'name_servers' 'Nameservers\n *([\n\S\s]+)' + 'name_servers': 'Nameservers\n *([\n\S\s]+)' } def __init__(self, domain, text):