diff --git a/bilibili_api/utils/network_httpx.py b/bilibili_api/utils/network_httpx.py index de0debde..56f92860 100644 --- a/bilibili_api/utils/network_httpx.py +++ b/bilibili_api/utils/network_httpx.py @@ -393,7 +393,7 @@ async def __clean_task(): loop.create_task(__clean_task()) -async def request( +async def request_old( method: str, url: str, params: Union[dict, None] = None,