We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5b69d commit 9820f67Copy full SHA for 9820f67
1 file changed
example/example.py
@@ -142,10 +142,9 @@ async def main():
142
),
143
)
144
updated_item = await client.items.put(item)
145
+ print(f"Updated item: {updated_item.title}")
146
# [developer-docs.sdk.python.update-item]-end
147
- print(dict(updated_item))
148
-
149
# [developer-docs.sdk.python.generate-pin-password]-start
150
# Generate a PIN password
151
pin_password = Secrets.generate_password(
0 commit comments