Update Sling.py
This commit is contained in:
parent
04e1d4881f
commit
f12c10bb95
@ -2,4 +2,4 @@ payload = loadBody('json')
|
||||
payload['message'] = list(cdm.service_certificate_challenge)
|
||||
service_cert = await corsFetch(licUrl, "POST", licHeaders, payload, "blob")
|
||||
payload['message'] = list(getChallenge('list', service_cert))
|
||||
licence = await corsFetch(licUrl, "POST", licHeaders, payload, "blob")
|
||||
licence = await corsFetch(licUrl, "POST", licHeaders, payload, "blob")
|
||||
|
Loading…
Reference in New Issue
Block a user