Merge pull request #1067 from DDS-DS/main

fix:bt url打开失败
This commit is contained in:
HibiKier 2022-09-10 00:20:44 +08:00 committed by GitHub
commit af0b4987a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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