From 75cee4846c9196bf5881828d16a42ec342cf94ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=9C=D0=B0=D0=BB=D0=B0=D1=88?= =?UTF-8?q?=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Thu, 15 Dec 2022 18:27:50 +0400 Subject: [PATCH] Fix regexp in ac tld --- whois/tld_regexpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whois/tld_regexpr.py b/whois/tld_regexpr.py index 07a625b..e50e449 100644 --- a/whois/tld_regexpr.py +++ b/whois/tld_regexpr.py @@ -1476,7 +1476,7 @@ "registrant_country": None, "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 = {