summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLint Action <[email protected]>2022-03-01 07:45:31 +0000
committerLint Action <[email protected]>2022-03-01 07:45:31 +0000
commitbca241cdfca4ba0e45e3e9159ddc13922eb52683 (patch)
treedbea0a02a5f20b9ab3d21613c8f9456acfbfccb9
parent3db938fc748a56e6de666e7c298b1e6858052bdb (diff)
downloadATRI-bca241cdfca4ba0e45e3e9159ddc13922eb52683.tar.gz
ATRI-bca241cdfca4ba0e45e3e9159ddc13922eb52683.tar.bz2
ATRI-bca241cdfca4ba0e45e3e9159ddc13922eb52683.zip
:rotating_light: 自动进行代码格式化
-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,
):
"""
向接口发送请求。