Skip to content

Commit

Permalink
fix: network
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo2011 committed Jul 17, 2023
1 parent 306c852 commit a6651b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili_api/utils/network_httpx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a6651b7

Please sign in to comment.