mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-04 18:57:33 +08:00
🐛修复访问抽卡链接过快的问题 (#50)
This commit is contained in:
parent
6ca011475f
commit
8ca5a5c3e5
@ -46,6 +46,7 @@ async def get_new_gachalog_by_link(
|
||||
data = await mys_api.get_gacha_log_by_link_in_authkey(
|
||||
uid, authkey, gacha_type, page, end_id, gacha_id
|
||||
)
|
||||
await asyncio.sleep(1)
|
||||
if isinstance(data, int):
|
||||
return {}
|
||||
data = data.list
|
||||
|
Loading…
x
Reference in New Issue
Block a user