diff --git a/pillar/api/blender_id.py b/pillar/api/blender_id.py index 3a7c62f4..fa4e0dce 100644 --- a/pillar/api/blender_id.py +++ b/pillar/api/blender_id.py @@ -202,7 +202,7 @@ def fetch_blenderid_user() -> dict: return {} if bid_resp.status_code != 200: - log.warning('Error %i from BlenderID %s: %s', bid_resp.status_code, bid_url, bid_resp.data) + log.warning('Error %i from BlenderID %s: %s', bid_resp.status_code, bid_url, bid_resp.text) return {} if not bid_resp.json():