GlobalTV
This commit is contained in:
8
python/schemes/GlobalTV.py
Normal file
8
python/schemes/GlobalTV.py
Normal 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()
|
||||
Reference in New Issue
Block a user