Fix bug in getting Blender ID error response
This commit is contained in:
parent
d9c3705c47
commit
53fe047bca
@ -202,7 +202,7 @@ def fetch_blenderid_user() -> dict:
|
|||||||
return {}
|
return {}
|
||||||
|
|
||||||
if bid_resp.status_code != 200:
|
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 {}
|
return {}
|
||||||
|
|
||||||
if not bid_resp.json():
|
if not bid_resp.json():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user