Skip to content

Commit 9b29f2a

Browse files
Update cli.py
1 parent 7ce86bd commit 9b29f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caltechdata_api/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_or_set_token(production=True):
6868

6969
key = load_or_generate_key()
7070

71-
# Use different token files for production and test environments
71+
# Use different token files for production and test environment
7272
token_filename = "token.txt" if production else "token_test.txt"
7373
token_file = os.path.join(caltechdata_directory, token_filename)
7474

0 commit comments

Comments
 (0)