Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Jul 11, 2024
2 parents 43762a0 + 5f65a26 commit 2227a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harambe/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ async def paginate(
if next_url.startswith("?"):
# TODO: merge query params
next_url = self.page.url.split("?")[0] + next_url
await self.page.goto(next_url)
await self.page.wait_for_timeout(timeout)
await self.page.goto(next_url)
await self.page.wait_for_timeout(timeout)

if next_url:
await self._notify_observers("on_paginate", next_url)
Expand Down

0 comments on commit 2227a9d

Please sign in to comment.