Skip to content

Commit

Permalink
Update src/libreoffice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel authored Jun 22, 2024
1 parent fdd45cc commit 70c21c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libreoffice.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
soup = BeautifulSoup(response.text, features="html5lib")

for table in soup.find_all("table"):

for row in table.find_all("tr")[1:]:
cells = row.find_all("td")

if len(cells) < 4:
continue

Expand Down

0 comments on commit 70c21c4

Please sign in to comment.