remove assert

This commit is contained in:
baiqwerdvd 2024-04-06 22:51:57 +08:00
parent 588864d616
commit 6556ca93e9
No known key found for this signature in database
GPG Key ID: 7717E46E1797411A

View File

@ -49,7 +49,6 @@ async def get_resp_msg(bot: Bot, ev: Event):
return "Cred无效!"
else:
skd_uid = check_cred.user.id_
assert skland_userId == skd_uid
uid = check_cred.gameStatus.uid
if uid not in uid_list:
return "请先绑定该 Cred 对应的 uid"