BlenderID addon stores subclient token in different key now
This commit is contained in:
parent
5ffeddebd1
commit
b70ab9678b
@ -108,7 +108,7 @@ def pillar_api(pillar_endpoint: str = None) -> pillarsdk.Api:
|
|||||||
_pillar_api = pillarsdk.Api(endpoint=pillar_endpoint,
|
_pillar_api = pillarsdk.Api(endpoint=pillar_endpoint,
|
||||||
username=subclient['subclient_user_id'],
|
username=subclient['subclient_user_id'],
|
||||||
password=None,
|
password=None,
|
||||||
token=subclient['scst'])
|
token=subclient['token'])
|
||||||
|
|
||||||
return _pillar_api
|
return _pillar_api
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user