Skip to content

Commit

Permalink
Update setDNS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired authored Dec 4, 2024
1 parent 59e8190 commit ae46461
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setDNS.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ def set_dns_servers(ipv4_dns_list: list[str], ipv6_dns_list: list[str]):
continue
if ipv4_dns_list:
logger.debug(
f"设置IPv4 DNS for {interface}: {
', '.join(ipv4_dns_list)}"
f"设置IPv4 DNS for {interface}:', '.join(ipv4_dns_list)}"
)
try:
subprocess.run(
Expand Down

0 comments on commit ae46461

Please sign in to comment.