Skip to content

Commit

Permalink
Removing app id and app key from script
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jun 20, 2024
1 parent 1228a17 commit ab97807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/query_courseid.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def getCourseInformation(term_id, class_name, page_number=1, page_size=100):
full_url = base_url + url_params

headersinput = {
"app_id": "13eb564e",
"app_key": "74e1f260b527e7655628220a5de615c6",
"app_id": "",
"app_key": "",
}

response = requests.get(full_url, headers = headersinput)
Expand Down

0 comments on commit ab97807

Please sign in to comment.