Skip to content

Commit

Permalink
refix
Browse files Browse the repository at this point in the history
  • Loading branch information
diogor committed Oct 31, 2021
1 parent c7e79db commit 9bed2c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def __find_lista_produtos(
) -> list:
soup = BeautifulSoup(page.text, "html.parser")
rows = soup.find_all("div", class_="detalhe")
if not rows:
return {}
pagination = soup.find("div", class_="paginacao").find("p").text.strip().split(" ")
produtos = []

Expand Down

0 comments on commit 9bed2c7

Please sign in to comment.