From e8a2e9b58564af2d0d836ebcf35cb32a485e7f23 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Tue, 2 Jul 2024 15:45:28 -0700 Subject: [PATCH] finish removing old app keys --- scripts/query_courseid.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 scripts/query_courseid.py 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