Update clash.py

This commit is contained in:
Yu Steven
2022-07-15 18:28:55 +08:00
committed by GitHub
parent f2ffe44b86
commit 893c40b9b1

View File

@@ -159,5 +159,5 @@ def push(list):
# print(list[i])
# pass
print(ss_omit_ip_dupe)
with open('proxypool.yaml', 'w') as writer:
with open('output.yaml', 'w') as writer:
yaml.dump(clash, writer, sort_keys=False)