删除单域名检测
This commit is contained in:
parent
a338591b17
commit
9fceb9b266
@ -77,7 +77,7 @@ def main():
|
|||||||
|
|
||||||
# Automatically read domain extensions (TLDs) from the DOMAINS file
|
# Automatically read domain extensions (TLDs) from the DOMAINS file
|
||||||
try:
|
try:
|
||||||
with open("CHEAP", "r") as fp:
|
with open("DOMAINS", "r") as fp:
|
||||||
exts = [line.strip() for line in fp.readlines() if line.strip()]
|
exts = [line.strip() for line in fp.readlines() if line.strip()]
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
print("DOMAINS FILE NOT FOUND!")
|
print("DOMAINS FILE NOT FOUND!")
|
||||||
|
Loading…
Reference in New Issue
Block a user