From 9fceb9b2662c2cbdad5920409a4e882335d43bba Mon Sep 17 00:00:00 2001 From: ahdoawhfo Date: Tue, 20 Aug 2024 09:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8D=95=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domain_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain_check.py b/domain_check.py index abb3566..b5d9470 100644 --- a/domain_check.py +++ b/domain_check.py @@ -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!")