Skip to content

Commit

Permalink
fix: reduce the window to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
orkr3426 committed Feb 7, 2025
1 parent e0a7d52 commit a5f28df
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 @@ -84,7 +84,7 @@ async def setTime(self, date, time):
async def fetch_courses(self) -> CourseListingModel:
r = []
len = 0
window = 4
window = 2

async with async_playwright() as p:
browser = await p.webkit.launch()
Expand Down

0 comments on commit a5f28df

Please sign in to comment.