Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use correct token name #82

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"There are several ways to enter your token, including:\n",
"1. Manual response to prompt from `Observations.login()` (must be done every time)\n",
"2. Python keyring; either through the `keyring` library or `Observations.login`\n",
"3. Storing it in the bash environment variable `$MAST-API-TOKEN`\n",
"3. Storing it in the bash environment variable `$MAST_API_TOKEN`\n",
"\n",
"This flexiblility can overwhelming at first; let's take a look at some examples of these methods below."
]
Expand Down Expand Up @@ -388,9 +388,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Loading