This commit is contained in:
lulu666lulu 2023-10-18 19:40:03 +08:00
parent c354be40d5
commit 97071e6965

View File

@ -434,7 +434,6 @@ class MysApi(BaseMysApi):
async with client.request(
url=f'{_pass_api}&gt={gt}&challenge={ch}',
method='GET',
header=header,
)as data:
try:
data = await data.json()