Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
fix:增加av号支持和精准截取
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Aug 18, 2022
1 parent 46b9b68 commit fb1fbbb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,20 +249,20 @@ kill -9 进程号
├── config_exp.yaml # 示例文件
├── cron.sh # cron用
├── data # 数据目录,智能生成
   ├── history.yaml
   └── RssData.json
├── history.yaml
└── RssData.json
├── docs # 文档,如何加密
   └── newToken.md
└── newToken.md
├── LICENSE
├── main.py # 运行文件
├── README.md # 自述文件
├── requirements.txt # 依赖说明
├── Runner # 运行库
   ├── DataParse.py
   ├── EventLib.py
   ├── Network
   ├── __pycache__
   └── Task.py
├── DataParse.py
├── EventLib.py
├── Network
├── __pycache__
└── Task.py
└── setup.sh # 服务器用
Expand Down
2 changes: 1 addition & 1 deletion config_exp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Lock: False
Version: "2.0.4"
Version: "2.0.5"
channalId: -1001741448769
desc: 'music from @bilxxxot'
botToken: '571xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx5sYu8ZI'
Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

# 初始化
Check().run()
Tool().console.print("完成初始化", style='blue')
config = Read(str(Path.cwd()) + "/config.yaml").get(args)

if config.Version:
Tool().console.print("完成初始化:" + config.Version, style='blue')
# 注册机器人
pushService = Robot(config.botToken)

Expand Down

0 comments on commit fb1fbbb

Please sign in to comment.