From 648db532bb49f1963bb46f99e4bf1500c3222cf2 Mon Sep 17 00:00:00 2001 From: dingshan Date: Fri, 21 Oct 2022 10:07:55 +0800 Subject: [PATCH] update bt url --- 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 ca6dd75a..b5035e3d 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.cool" +url = "http://www.eclzz.love" async def get_bt_info(keyword: str, page: int):