From 41ec237b06ee6cdd5120de628cc153f3500bf45d Mon Sep 17 00:00:00 2001 From: Sinspired <63581268+sinspired@users.noreply.github.com> Date: Sat, 7 Dec 2024 04:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setHosts=5FClassic.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setHosts_Classic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setHosts_Classic.py b/setHosts_Classic.py index a9c2e0e..72b26b8 100644 --- a/setHosts_Classic.py +++ b/setHosts_Classic.py @@ -355,7 +355,7 @@ async def resolve_domain(self, domain: str) -> Set[str]: ips.update(ipv4_ips + ipv6_ips) logging.debug( - f"成功通过缓存文件解析 {domain}, 发现 {len( + f"成功通过缓存文件解析 {domain}, 发现 {len( \ ipv4_ips)+len(ipv6_ips)} 个 DNS 主机:\n{ipv4_ips}\n{ipv6_ips if ipv6_ips else ''}\n" ) else: