Skip to content

Commit

Permalink
fix: id property
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jun 25, 2024
1 parent a694c85 commit 989aabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/docs/python/current/batches/buy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
],
)

batch = client.batch.buy(createdBatch["id"])
batch = client.batch.buy(createdBatch.id)

print(batch)

0 comments on commit 989aabb

Please sign in to comment.