diff --git a/README.md b/README.md index f6a4fd39..70f8d817 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ __Docker 最新版本由 [Sakuracio](https://github.com/Sakuracio) 提供__ * fix: 自动更新群组 [@pull/810](https://github.com/HibiKier/zhenxun_bot/pull/810) * fix: 修复添加词条时对answer中图片的处理 [@pull/806](https://github.com/HibiKier/zhenxun_bot/pull/806) * 修复pix中指定num无法生效 +* 替换了bt URL ### 2022/6/13 diff --git a/plugins/bt/data_source.py b/plugins/bt/data_source.py index ad088447..f8c5a770 100755 --- a/plugins/bt/data_source.py +++ b/plugins/bt/data_source.py @@ -9,7 +9,7 @@ import platform # asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) -url = "http://www.eclzz.win" +url = "http://www.eclzz.one/" async def get_bt_info(keyword: str, page: int):