From 54d3240debc3a39e8e2fce77b3a7d70013742430 Mon Sep 17 00:00:00 2001 From: Lucy Butcher Date: Thu, 4 Dec 2025 10:53:28 -0500 Subject: [PATCH] Add mention of account UUID --- example/desktop_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/desktop_app.py b/example/desktop_app.py index 17cb279..6ede640 100644 --- a/example/desktop_app.py +++ b/example/desktop_app.py @@ -13,7 +13,7 @@ async def main(): # Connects to the 1Password desktop app. client = await Client.authenticate( auth=DesktopAuth( - account_name="YourAccountNameAsShownInTheDesktopApp" # Set to your 1Password account name as shown at the top left sidebar of the app. + account_name="YourAccountNameAsShownInTheDesktopApp" # Set to your 1Password account name as shown at the top left sidebar of the app, or your account UUID. ), # Set the following to your own integration name and version. integration_name="My 1Password Integration",