Skip to content

Commit

Permalink
remove course slug and api key from script
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Werner <[email protected]>
  • Loading branch information
jgwerner committed Sep 9, 2024
1 parent 01fac0a commit 9d720d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fetch_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from datetime import datetime


COURSE_SLUG = "rob101-fa-2023"
API_KEY = "38c47c2ad80d3a584b79601b60d9b3b36affd209"
COURSE_SLUG = "course-slug-here"
API_KEY = "your-api-key-here"
url = f"https://api.illumidesk.com/api/v1/courses/{COURSE_SLUG}/submissions/"

headers = {
Expand Down

0 comments on commit 9d720d5

Please sign in to comment.