Skip to content

Commit 7fa2727

Browse files
authored
Merge pull request #197 from 1Password/lucy/account-uuid
Add mention of account UUID to desktop auth code comment
2 parents 1c18eeb + 54d3240 commit 7fa2727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/desktop_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async def main():
1313
# Connects to the 1Password desktop app.
1414
client = await Client.authenticate(
1515
auth=DesktopAuth(
16-
account_name="YourAccountNameAsShownInTheDesktopApp" # Set to your 1Password account name as shown at the top left sidebar of the app.
16+
account_name="YourAccountNameAsShownInTheDesktopApp" # Set to your 1Password account name as shown at the top left sidebar of the app, or your account UUID.
1717
),
1818
# Set the following to your own integration name and version.
1919
integration_name="My 1Password Integration",

0 commit comments

Comments
 (0)