Skip to content

Commit

Permalink
Merge pull request #227 from mzpqnxow/fix-sg-expiry
Browse files Browse the repository at this point in the history
Fix #221
  • Loading branch information
richardpenman authored Jun 10, 2024
2 parents 34595a5 + 7d9880a commit 3e105cb
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 3e105cb

Please sign in to comment.