summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki-Asuuna <[email protected]>2022-03-06 12:42:05 +0800
committerYuki-Asuuna <[email protected]>2022-03-06 12:42:05 +0800
commita50be18547625c7dbe6e050762d4514175aaf0d2 (patch)
tree35ce844b50ae7cf464641c5c990086caeec345dd
parentd8f29edd127411f1dd44e4454df78dc519f35e1d (diff)
parent8b514f6c372dfda74978542750c9cea2f5e4fe09 (diff)
downloadATRI-a50be18547625c7dbe6e050762d4514175aaf0d2.tar.gz
ATRI-a50be18547625c7dbe6e050762d4514175aaf0d2.tar.bz2
ATRI-a50be18547625c7dbe6e050762d4514175aaf0d2.zip
Merge branch 'main' of github.com:Yuki-Asuuna/ATRI
Change-Id: I77706b93231ac0964754846e0089418a4196e5a1
-rw-r--r--ATRI/plugins/bilibili_dynamic/data_source.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/ATRI/plugins/bilibili_dynamic/data_source.py b/ATRI/plugins/bilibili_dynamic/data_source.py
index bb2684f..25c2d8d 100644
--- a/ATRI/plugins/bilibili_dynamic/data_source.py
+++ b/ATRI/plugins/bilibili_dynamic/data_source.py
@@ -55,13 +55,13 @@ def get_session():
async def bilibili_request(
- method: str,
- url: str,
- params: dict = None,
- data: Any = None,
- no_csrf: bool = False,
- json_body: bool = False,
- **kwargs,
+ method: str,
+ url: str,
+ params: dict = None,
+ data: Any = None,
+ no_csrf: bool = False,
+ json_body: bool = False,
+ **kwargs,
):
"""
向接口发送请求。