Skip to content

Commit

Permalink
improve wording of SAToken variable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-1pass committed Mar 12, 2024
1 parent 01e117d commit 86f985b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onepassword/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 86f985b

Please sign in to comment.