Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
mevljas committed Jan 26, 2025
1 parent 926c8fb commit bae3480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/extract_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ async def parse_page(
await browser_page.locator(
"""xpath=//*[@id='pagination']
/ul/li[contains(@class, 'paging_next')]"""
).count() > 0
).count()
> 0
)

logger.info("Parsing page %s finished.", browser_page.url)
Expand Down

0 comments on commit bae3480

Please sign in to comment.