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 bc3df1c commit 3de08b7Copy full SHA for 3de08b7
README.md
@@ -70,7 +70,7 @@ async def main():
70
71
# Retrieves a secret from 1Password. Takes a secret reference as input and returns the secret to which it points.
72
value = await client.secrets.resolve("op://vault/item/field")
73
- print(value)
+ # use value here
74
75
if __name__ == '__main__':
76
asyncio.run(main())
0 commit comments