You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/desktop_app.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ async def main():
13
13
# Connects to the 1Password desktop app.
14
14
client=awaitClient.authenticate(
15
15
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.
17
17
),
18
18
# Set the following to your own integration name and version.
0 commit comments