From 8e4bda3760047a4cb2c78be812f54b361de9c0c4 Mon Sep 17 00:00:00 2001 From: DDS-DS <1296470317@qq.com> Date: Thu, 8 Sep 2022 01:35:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bt=20url=E6=89=93=E5=BC=80=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/bt/data_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bt/data_source.py b/plugins/bt/data_source.py index 8644cfd0..ca6dd75a 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.plus" +url = "http://www.eclzz.cool" async def get_bt_info(keyword: str, page: int):