Skip to content

Commit

Permalink
fix: change browser
Browse files Browse the repository at this point in the history
  • Loading branch information
orkr3426 committed Feb 7, 2025
1 parent d932957 commit 60b83a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/agents/scrapers/university_of_british_columbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def fetch_courses(self) -> CourseListingModel:
window = 1

async with async_playwright() as p:
browser = await p.firefox.launch()
browser = await p.chromium.launch()
page = await browser.new_page()
await page.set_viewport_size({
"width": 500,
Expand Down

0 comments on commit 60b83a2

Please sign in to comment.