From f12c10bb951ec9eaf77f01521307e53c5928d9f2 Mon Sep 17 00:00:00 2001 From: CDM-Project Date: Sun, 29 Sep 2024 14:57:38 -0400 Subject: [PATCH] Update Sling.py --- python/schemes/Sling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/schemes/Sling.py b/python/schemes/Sling.py index ba27f16..d2ed1b0 100644 --- a/python/schemes/Sling.py +++ b/python/schemes/Sling.py @@ -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") \ No newline at end of file +licence = await corsFetch(licUrl, "POST", licHeaders, payload, "blob")