Skip to content

Commit

Permalink
edited upload.py due to changes in endpt
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Dec 16, 2024
1 parent 1112e3d commit cc0f0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synth_sdk/tracing/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ async def _async_operations():

upload_id = response.json()["upload_id"]
signed_url = response.json()["signed_url"]
message = response.json()["message"]
status = response.json()["status"]

print(f"Message: {message}")
print(f"Status: {status}")
print(f"Upload ID retrieved: {upload_id}")
print(f"Signed URL: {signed_url}")

Expand Down

0 comments on commit cc0f0f7

Please sign in to comment.