mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-04 19:17:33 +08:00
🚨移除多余的print
This commit is contained in:
parent
bad6bcdd76
commit
65dc1f67eb
@ -11,11 +11,8 @@ async def deal_skd_cred(bot_id: str, cred: str, user_id: str) -> str:
|
||||
_ck = cred.replace(' ', '').split('-')
|
||||
if len(_ck) != 2 or not _ck[0] or not _ck[0].isdigit() or not _ck[1]:
|
||||
return ERROR_HINT
|
||||
print(_ck)
|
||||
print(_ck[0], _ck[1])
|
||||
|
||||
check_cred = await ark_skd_api.check_cred_valid(_ck[1])
|
||||
print(check_cred)
|
||||
if isinstance(check_cred, bool):
|
||||
return 'Cred无效!'
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user