replace bt url

This commit is contained in:
HibiKier 2022-06-14 20:40:11 +08:00
parent 593573ddfb
commit a84cab7afd
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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):