From 54e12482c4c2b47c1a80460e54c2afc0f3d5df5d Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Fri, 3 May 2024 21:11:15 +0900 Subject: [PATCH] Meta --- python/schemes/Polsat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/schemes/Polsat.py b/python/schemes/Polsat.py index d330c87..3d899a5 100644 --- a/python/schemes/Polsat.py +++ b/python/schemes/Polsat.py @@ -6,4 +6,4 @@ licence = await (await pyfetch(licUrl, headers=licHeaders, body=json.dumps(payload) )).json() -base64.b64decode(licence['result']['object']['license'].encode()) +licence = base64.b64decode(licence['result']['object']['license'].encode())