🐛 深渊数据查询 uid 为 None 的问题

This commit is contained in:
洛水居室 2022-10-07 14:47:41 +08:00
parent 61b85abcc7
commit 723fd4b10d
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -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