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

Commit 08ab1ad

Browse files
committed
add vic tld
1 parent bc78b47 commit 08ab1ad

File tree

2 files changed

+514
-512
lines changed

2 files changed

+514
-512
lines changed

compare_known_tld.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# print(data)
5959

6060
if data and "whois" in data and data["whois"] and data["whois"] != "NULL":
61-
wh = data['whois']
61+
wh = data["whois"]
6262
# print(tld, wh, data, status)
6363
if wh.endswith(f".{tld}"):
6464
dd = wh.split(".")[-2:]
@@ -73,8 +73,8 @@
7373
)
7474
# print(zz)
7575

76-
pp = { "_server": wh, "extend": "com"}
77-
aDictToTestOverride = { tld: pp }
76+
pp = {"_server": wh, "extend": "com"}
77+
aDictToTestOverride = {tld: pp}
7878

7979
whois.mergeExternalDictWithRegex(aDictToTestOverride)
8080
try:

0 commit comments

Comments
 (0)