diff --git a/scripts/query_courseid.py b/scripts/query_courseid.py old mode 100644 new mode 100755 index 158615a..dbfc80a --- a/scripts/query_courseid.py +++ b/scripts/query_courseid.py @@ -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) @@ -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) @@ -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 \ No newline at end of file +# add instructor name to the json output