From b70ab9678b545dbc009978a4cc56bf8ebf1669bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 13 Apr 2016 15:37:41 +0200 Subject: [PATCH] BlenderID addon stores subclient token in different key now --- blender_cloud/pillar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blender_cloud/pillar.py b/blender_cloud/pillar.py index ed0ae21..8e5946f 100644 --- a/blender_cloud/pillar.py +++ b/blender_cloud/pillar.py @@ -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