From a6651b76486cffd3ed6443a74e0419b37d752100 Mon Sep 17 00:00:00 2001 From: Nemo2011 Date: Mon, 17 Jul 2023 20:44:50 +0800 Subject: [PATCH] fix: network --- bilibili_api/utils/network_httpx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,