rogerxavier commited on
Commit
d19fb5c
1 Parent(s): 8b66c53

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -321,7 +321,7 @@ async def get_userInfo()->dict:
321
  async def send_ad_to_comment(ad_comment:str):
322
  try:
323
  await asyncio.sleep(900)#睡15分钟左右等待投稿完成
324
- credential = Credential(sessdata=sessdata,
325
  bili_jct=bili_jct,
326
  buvid3=buvid3)
327
  selfUserInfo = await user.get_self_info(credential=credential)
 
321
  async def send_ad_to_comment(ad_comment:str):
322
  try:
323
  await asyncio.sleep(900)#睡15分钟左右等待投稿完成
324
+ credential = Credential(sessdata=sessdata,
325
  bili_jct=bili_jct,
326
  buvid3=buvid3)
327
  selfUserInfo = await user.get_self_info(credential=credential)