From 42167c84d335615c0a9f84cc977a7158ca70831b Mon Sep 17 00:00:00 2001 From: Lint Action Date: Thu, 9 Jun 2022 12:06:08 +0000 Subject: =?UTF-8?q?:rotating=5Flight:=20=E8=87=AA=E5=8A=A8=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/bilibili_dynamic/data_source.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ATRI') diff --git a/ATRI/plugins/bilibili_dynamic/data_source.py b/ATRI/plugins/bilibili_dynamic/data_source.py index 4ee6500..14143e6 100644 --- a/ATRI/plugins/bilibili_dynamic/data_source.py +++ b/ATRI/plugins/bilibili_dynamic/data_source.py @@ -54,13 +54,13 @@ def get_session(): async def bilibili_request( - method: str, - url: str, - params: dict = dict(), - data: Any = None, - no_csrf: bool = False, - json_body: bool = False, - **kwargs, + method: str, + url: str, + params: dict = dict(), + data: Any = None, + no_csrf: bool = False, + json_body: bool = False, + **kwargs, ) -> dict: """ 向接口发送请求。 -- cgit v1.2.3