rogerxavier
commited on
Commit
•
e43936c
1
Parent(s):
f9bdc08
Update api.py
Browse files
api.py
CHANGED
@@ -296,7 +296,7 @@ async def get_bili_status()->bool:
|
|
296 |
async def userInfo()->dict:
|
297 |
credential = Credential(sessdata=sessdata,
|
298 |
bili_jct=bili_jct,
|
299 |
-
buvid3=buvid3
|
300 |
|
301 |
userInfo = await user.get_self_info(credential=credential)
|
302 |
return userInfo
|
|
|
296 |
async def userInfo()->dict:
|
297 |
credential = Credential(sessdata=sessdata,
|
298 |
bili_jct=bili_jct,
|
299 |
+
buvid3=buvid3)
|
300 |
|
301 |
userInfo = await user.get_self_info(credential=credential)
|
302 |
return userInfo
|