Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 9, 2024
1 parent f20a2ca commit 7750989
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setHosts_Classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,6 @@ def _print_results(self, best_hosts: List[Tuple[str, float]], latency_limit: int
# -------------------- Hosts文件管理 -------------------- #




class HostsManager:
def __init__(self):
# 自动根据操作系统获取hosts文件路径
Expand Down Expand Up @@ -1815,11 +1813,7 @@ class Config:
# "provider": "Tencent",
# "type": "ipv6"
# },
{
"ip": "114.114.114.114", # 114 DNS
"provider": "114DNS",
"type": "ipv4"
},
{"ip": "114.114.114.114", "provider": "114DNS", "type": "ipv4"}, # 114 DNS
# {
# "ip": "101.226.4.6", # 未360dns
# "provider": "360dns",
Expand Down

0 comments on commit 7750989

Please sign in to comment.