From 989aabb35fd90987ce417bf1c34c9feb3eb6b5cd Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:53:23 -0600 Subject: [PATCH] fix: id property --- official/docs/python/current/batches/buy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/docs/python/current/batches/buy.py b/official/docs/python/current/batches/buy.py index e96791bf..1c9e28b6 100644 --- a/official/docs/python/current/batches/buy.py +++ b/official/docs/python/current/batches/buy.py @@ -15,6 +15,6 @@ ], ) -batch = client.batch.buy(createdBatch["id"]) +batch = client.batch.buy(createdBatch.id) print(batch)