Skip to content

Commit

Permalink
更新 setHosts_Classic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired authored Dec 6, 2024
1 parent b0fe1a8 commit 41ec237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setHosts_Classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 41ec237

Please sign in to comment.