Skip to content

Commit

Permalink
update WhoisSg to address #222
Browse files Browse the repository at this point in the history
  • Loading branch information
mzpqnxow committed Jun 10, 2024
1 parent f4cb7ae commit 7d9880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whois/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class WhoisSG(WhoisEntry):
"registrant_name": r"Registrant:\n\s+Name:(.+)",
"registrar": r"Registrar: *(.+)",
"creation_date": r"Creation date: *(.+)",
"expiration_date": r"Expiration date: *(.+)",
"expiration_date": r"Registry Expiry Date: *(.+)",
"dnssec": r"DNSSEC:\n(.*)",
}

Expand Down

0 comments on commit 7d9880a

Please sign in to comment.