diff --git a/scripts/upload_dev.py b/scripts/upload_dev.py index 8e7b45be5..516949be2 100644 --- a/scripts/upload_dev.py +++ b/scripts/upload_dev.py @@ -46,7 +46,7 @@ }, ) as resp: resp.raise_for_status() - token = resp.text + token = resp.json().value with open(file, "rb") as fp: with requests.post( url,