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

Commit f8cb2ef

Browse files
committed
sync with upstream
1 parent e385859 commit f8cb2ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

whois/tld_regexpr.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,10 +1153,10 @@
11531153
"extend": "com",
11541154
}
11551155

1156-
web_za = { "extend": "za", "_server": "web-whois.registry.net.za" }
1157-
org_za = { "extend": "za", "_server": "org-whois.registry.net.za" }
1158-
net_za = { "extend": "za", "_server": "net-whois.registry.net.za" }
1159-
co_za = { "extend": "za" , "_server": "coza-whois.registry.net.za"}
1156+
web_za = {"extend": "za", "_server": "web-whois.registry.net.za"}
1157+
org_za = {"extend": "za", "_server": "org-whois.registry.net.za"}
1158+
net_za = {"extend": "za", "_server": "net-whois.registry.net.za"}
1159+
co_za = {"extend": "za", "_server": "coza-whois.registry.net.za"}
11601160

11611161
gy = {
11621162
"extend": "com",

0 commit comments

Comments
 (0)