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