We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce86bd commit 9b29f2aCopy full SHA for 9b29f2a
caltechdata_api/cli.py
@@ -68,7 +68,7 @@ def get_or_set_token(production=True):
68
69
key = load_or_generate_key()
70
71
- # Use different token files for production and test environments
+ # Use different token files for production and test environment
72
token_filename = "token.txt" if production else "token_test.txt"
73
token_file = os.path.join(caltechdata_directory, token_filename)
74
0 commit comments