Working version
This commit is contained in:
4
python/schemes/RedBee.py
Normal file
4
python/schemes/RedBee.py
Normal file
@@ -0,0 +1,4 @@
|
||||
payload = loadBody("json")
|
||||
payload['message'] = getChallenge('b64')
|
||||
licence = await corsFetch(licUrl, "POST", licHeaders, payload, "json")
|
||||
licence = licence['license']
|
||||
Reference in New Issue
Block a user