Skip to content

Commit

Permalink
deleting key
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucarga committed Jul 18, 2024
1 parent cccf2ac commit c4df253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/query_courseid.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def getCourseInformation(term_id, class_name, page_number=1, page_size=100):

headersinput = {
"app_id": "13eb564e",
"app_key": "74e1f260b527e7655628220a5de615c6",
"app_key": " ",
}
response = requests.get(full_url, headers = headersinput)

Expand Down
2 changes: 1 addition & 1 deletion scripts/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python -c "import dotenv; print('dotenv is installed and working!')"
4. **Run this in the terminal with replace “ “ with your own credentials**:
```bash
export APP_ID='13eb564e'
export APP_KEY='7558d2a629d4a40e2fede58c451b09a2'
export APP_KEY=''
export BASE_URL=https://gateway.api.berkeley.edu/uat/sis/v1/classes?
```

Expand Down

0 comments on commit c4df253

Please sign in to comment.