Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 7, 2024
1 parent a49ed7d commit ec0e084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion canary/cogs/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ async def search(self, ctx: commands.Context, *, query: str):
course_year_range=self.bot.config.course_year_range,
search=keyword,
page=pagenum,
), "content"
),
"content",
)
soup = BeautifulSoup(r, "lxml")
found = soup.find_all("div", {"class": "views-row"})
Expand Down

0 comments on commit ec0e084

Please sign in to comment.