删除单域名检测
Daily Domain Check / domain_check (push) Failing after 3h10m58s Details

This commit is contained in:
ahdoawhfo 2024-08-20 09:38:36 +08:00
parent a338591b17
commit 9fceb9b266
Signed by: ahdoawhfo
GPG Key ID: 5B4A734D16322C1D
1 changed files with 1 additions and 1 deletions

View File

@ -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!")