Skip to content

Commit d674b91

Browse files
committed
chore: remove some dead code
1 parent ba3d9d0 commit d674b91

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/sub.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ def get_clash_proxy_providers(self):
8585
)
8686
for cfg_list in relay_node_group.values():
8787
node_configs.extend(cfg_list)
88-
# 添加将中转节点的 host 设置成直连规则
8988
return render_to_string(
9089
"clash/providers.yaml",
91-
{
92-
"nodes": node_configs,
93-
"relay_nodes_host": pm.RelayNode.get_active_relay_nodes_host_list(),
94-
},
90+
{"nodes": node_configs},
9591
)

0 commit comments

Comments
 (0)