mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
🐛 深渊数据查询 uid 为 None 的问题
This commit is contained in:
parent
61b85abcc7
commit
723fd4b10d
@ -58,7 +58,7 @@ class Abyss(Plugin, BasePlugin):
|
||||
_uid = client.uid
|
||||
await client.get_record_cards()
|
||||
else:
|
||||
_uid = client.uid
|
||||
_uid = uid
|
||||
spiral_abyss_info = await client.get_spiral_abyss(_uid)
|
||||
if not spiral_abyss_info.unlocked:
|
||||
raise AbyssUnlocked
|
||||
|
Loading…
Reference in New Issue
Block a user