Skip to content

Commit 92b0f25

Browse files
committed
fix: 忘记把 show 模块导出了
1 parent a6ab8c0 commit 92b0f25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bilibili_api/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
live,
5252
note,
5353
rank,
54+
show,
5455
user,
5556
vote,
5657
audio,
@@ -83,7 +84,7 @@
8384
interactive_video,
8485
)
8586

86-
BILIBILI_API_VERSION = "16.0.0"
87+
BILIBILI_API_VERSION = "16.1.0"
8788

8889
# 如果系统为 Windows,则修改默认策略,以解决代理报错问题
8990
if "windows" in platform.system().lower():
@@ -136,6 +137,7 @@
136137
"emoji",
137138
"favorite_list",
138139
"game",
140+
"get_aiohttp_session",
139141
"get_mixin_key",
140142
"get_nav",
141143
"get_real_url",
@@ -155,8 +157,10 @@
155157
"retry",
156158
"search",
157159
"session",
160+
"set_aiohttp_session",
158161
"set_session",
159162
"settings",
163+
"show",
160164
"sync",
161165
"topic",
162166
"user",

0 commit comments

Comments
 (0)