Skip to content

Commit 9820f67

Browse files
committed
Improved updated item print line & moved into example
1 parent af5b69d commit 9820f67

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

example/example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ async def main():
142142
),
143143
)
144144
updated_item = await client.items.put(item)
145+
print(f"Updated item: {updated_item.title}")
145146
# [developer-docs.sdk.python.update-item]-end
146147

147-
print(dict(updated_item))
148-
149148
# [developer-docs.sdk.python.generate-pin-password]-start
150149
# Generate a PIN password
151150
pin_password = Secrets.generate_password(

0 commit comments

Comments
 (0)