8 lines
160 B
Python
8 lines
160 B
Python
res = await (await pyfetch(licUrl,
|
|
method="POST",
|
|
headers=licHeaders,
|
|
body=challenge
|
|
)).json()
|
|
licence = base64.b64decode(res['license'].encode())
|
|
|