From bb38abfffdb5029b16074200e56c3dc787a07c4e Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:40:03 +0900 Subject: [PATCH] GlobalTV (2) --- python/schemes/GlobalTV.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/schemes/GlobalTV.py b/python/schemes/GlobalTV.py index dcd37b2..ec45dba 100644 --- a/python/schemes/GlobalTV.py +++ b/python/schemes/GlobalTV.py @@ -4,5 +4,5 @@ payload['license_request_data']=challengeArr licence = await (await pyfetch(licUrl, method="POST", headers=licHeaders, - body=payload + body=json.dumps(payload) )).bytes()