GlobalTV (2)
This commit is contained in:
parent
1c9bc998b9
commit
bb38abfffd
@ -4,5 +4,5 @@ payload['license_request_data']=challengeArr
|
|||||||
licence = await (await pyfetch(licUrl,
|
licence = await (await pyfetch(licUrl,
|
||||||
method="POST",
|
method="POST",
|
||||||
headers=licHeaders,
|
headers=licHeaders,
|
||||||
body=payload
|
body=json.dumps(payload)
|
||||||
)).bytes()
|
)).bytes()
|
||||||
|
Loading…
Reference in New Issue
Block a user