Skip to content

Commit

Permalink
slightly improve language in example file
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jan 6, 2025
1 parent c5a8339 commit 5958aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/auth_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
- cache_tokens_plaintext: bool - Whether to cache the tokens in plaintext in the config file - this is an obvious
security risk, but it's useful for development purposes. If you want to do this, it is at your own risk. The
benefit is that after you log in with your username/password once, you can use the cached tokens to log in
without providing them again.
without providing your password again.
"""

# This is the most configurable way to access the API but also the most verbose
Expand Down

0 comments on commit 5958aee

Please sign in to comment.