BlenderID addon stores subclient token in different key now

This commit is contained in:
Sybren A. Stüvel 2016-04-13 15:37:41 +02:00
parent 5ffeddebd1
commit b70ab9678b

View File

@ -108,7 +108,7 @@ def pillar_api(pillar_endpoint: str = None) -> pillarsdk.Api:
_pillar_api = pillarsdk.Api(endpoint=pillar_endpoint,
username=subclient['subclient_user_id'],
password=None,
token=subclient['scst'])
token=subclient['token'])
return _pillar_api