Skip to content

Commit

Permalink
Use text again
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-1000 committed Nov 6, 2023
1 parent f40ef40 commit b5518ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b5518ec

Please sign in to comment.