Skip to content

Commit

Permalink
course json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaeriem committed Apr 27, 2023
1 parent 18361a0 commit 7dca210
Show file tree
Hide file tree
Showing 5 changed files with 34,921 additions and 163 deletions.
2 changes: 1 addition & 1 deletion backend/scrapers/course_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
BASE_URL = "http://rpi.apis.acalog.com/v1/"
# It is ok to publish this key because I found it online already public
DEFAULT_QUERY_PARAMS = "?key=3eef8a28f26fb2bcc514e6f1938929a1f9317628&format=xml"
CHUNK_SIZE = 500
CHUNK_SIZE = 100

# Returns a list of course ids for a given catalog
def get_course_ids(catalog_id: str) -> List[str]:
Expand Down
Loading

0 comments on commit 7dca210

Please sign in to comment.