diff --git a/scraper/src/scraper.ts b/scraper/src/scraper.ts index 4a758997..92886aa2 100644 --- a/scraper/src/scraper.ts +++ b/scraper/src/scraper.ts @@ -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", });