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

Commit d5c0132

Browse files
committed
fix registrar
1 parent a18c7d0 commit d5c0132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whois/_2_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def doExtractPattensIanaFromWhoisString(tld: str, r: Dict, whois_str: str, verbo
164164
# now handle the actual format if this whois response
165165
iana = {
166166
"domain_name": r"domain:\s?([^\n]+)",
167-
"registar": r"organisation:\s?([^\n]+)",
167+
"registrar": r"organisation:\s?([^\n]+)",
168168
"creation_date": r"created:\s?([^\n]+)",
169169
}
170170
for k, v in iana.items():

0 commit comments

Comments
 (0)