Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
linzjian666 committed Jan 19, 2024
1 parent 4b2433b commit c8f34ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Author: Linzjian666
Date: 2024-01-13 11:29:53
LastEditors: Linzjian666
LastEditTime: 2024-01-14 00:31:09
LastEditTime: 2024-01-19 17:51:01
'''
import yaml
import json
Expand Down Expand Up @@ -46,7 +46,7 @@ def process_clash_meta(data, index):
continue
extracted_proxies.extend(proxies)
except Exception as e:
logging.error(f"处理Clash配置{index}时遇到错误: {e}")
logging.error(f"处理Clash Meta配置{index}时遇到错误: {e}")
return

def process_hysteria(data, index):
Expand Down
File renamed without changes.

0 comments on commit c8f34ff

Please sign in to comment.