mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
🔧 修复过几十个小时后执行 get_spiral_abyss
时依然无法获取数据的问题
This commit is contained in:
parent
e0cd40d41a
commit
1dfb25ddfa
@ -46,6 +46,7 @@ class Abyss(BasePlugins):
|
||||
|
||||
async def _get_abyss_data(self, client: Client) -> dict:
|
||||
uid = client.uid
|
||||
await client.get_record_cards()
|
||||
spiral_abyss_info = await client.get_spiral_abyss(uid)
|
||||
if not spiral_abyss_info.unlocked:
|
||||
raise ValueError("unlocked is false")
|
||||
|
Loading…
Reference in New Issue
Block a user