Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #244 from melax08/master
Browse files Browse the repository at this point in the history
Fix regexp in ac tld
  • Loading branch information
DannyCork authored Dec 27, 2022
2 parents 8ec8116 + 75cee48 commit 86506f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whois/tld_regexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@
"registrant_country": r"Registrant Country:\s*(.*)\r?\n",
"updated_date": r"Updated Date:\s+(.+)",
"creation_date": r"Creation Date:\s+(.+)",
"expiration_date": r":Registry Expiry Date\s+(.+)",
"expiration_date": r"Registry Expiry Date:\s+(.+)",
}

ae = {
Expand Down

0 comments on commit 86506f9

Please sign in to comment.