Skip to content

Commit

Permalink
Merge pull request #79 from shaneknapp/finish-removing-outdated-keys
Browse files Browse the repository at this point in the history
finish removing old app keys
  • Loading branch information
shaneknapp authored Jul 2, 2024
2 parents 44e7aa9 + e8a2e9b commit b0b4be4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/query_courseid.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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 All @@ -105,7 +105,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 Expand Up @@ -146,4 +146,4 @@ def getCourseInformation(term_id, class_name, page_number=1, page_size=100):
# STAT C131A has an A at the end
#get instructor name

# add instructor name to the json output
# add instructor name to the json output

0 comments on commit b0b4be4

Please sign in to comment.