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

Commit

Permalink
fix:bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Aug 19, 2022
1 parent a9250cb commit 0186a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tool-Asoul-Music 是一个使用 Python 编写的自动化的音乐推送程序

## 特色

支持四个场景:**频道自动推送,频道自动搜索推送,Tg交互机器人部署,本地运行。**
支持四个场景:**频道 Rss 自动推送,频道自动搜索推送,Tg交互机器人部署,本地运行。**

支持无缝更新。

Expand Down
2 changes: 1 addition & 1 deletion Runner/Bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import os
import shutil
import time

import joblib

from Runner.DataParse import biliParse
Expand Down Expand Up @@ -126,4 +125,5 @@ def replay(message, items=None):
Tool().console.print("Bot已经关闭", style='blue')
else:
bot.reply_to(message, "服务维护中")

bot.infinity_polling()

0 comments on commit 0186a45

Please sign in to comment.