This commit is contained in:
FoxRefire
2024-04-29 12:35:30 +09:00
parent 60e5e46a0f
commit 1c9bc998b9
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
payload = json.loads(licBody)
challengeArr = list(challenge)
payload['license_request_data']=challengeArr
licence = await (await pyfetch(licUrl,
method="POST",
headers=licHeaders,
body=payload
)).bytes()