diff --git a/scripts/query_courseid.py b/scripts/query_courseid.py index 3a6a05b..158615a 100644 --- a/scripts/query_courseid.py +++ b/scripts/query_courseid.py @@ -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)