From 86f985b85a677a3b835ebb639711fbe95a897c40 Mon Sep 17 00:00:00 2001 From: Sam Nolan Date: Tue, 12 Mar 2024 13:49:10 -0400 Subject: [PATCH] improve wording of SAToken variable comment --- src/onepassword/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onepassword/example.py b/src/onepassword/example.py index 1ed7146..e313ac6 100644 --- a/src/onepassword/example.py +++ b/src/onepassword/example.py @@ -3,7 +3,7 @@ from onepassword.client import Client, DEFAULT_INTEGRATION_NAME, DEFAULT_INTEGRATION_VERSION async def main(): - # Replace "OP_SERVICE_ACCOUNT_TOKEN" with the environment variable for your service account token. + # Gets your service account token from the OP_SERVICE_ACCOUNT_TOKEN environment variable. token = os.getenv("OP_SERVICE_ACCOUNT_TOKEN") # Connects to 1Password.