Skip to content

Commit

Permalink
fix: update URL of subject list (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes committed Apr 9, 2024
1 parent 749dd42 commit e802729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/src/scraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const timetableScraper = async (
const courseWarnings: CourseWarning[] = [];

// Go to the page with list of subjects (Accounting, Computers etc)
await page.goto(base, {
await page.goto(base + "subjectSearch.html", {
waitUntil: "networkidle2",
});

Expand Down

0 comments on commit e802729

Please sign in to comment.