Skip to content

Commit

Permalink
Merge pull request #421 from biglocalnews/fix-ct
Browse files Browse the repository at this point in the history
CT hack needs a continue to work.
  • Loading branch information
palewire authored Feb 6, 2022
2 parents 874fd96 + cfb67a4 commit a1cb0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warn/scrapers/ct.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def _scrape_table(table) -> list:
if len(table_cells) > 9:
output_row = _problem_cells(table_cells)
row_list.append(output_row)
continue
# if a row has less than 9 it is skipped because it is incomplete
elif len(table_cells) < 9:
continue
Expand Down

0 comments on commit a1cb0ad

Please sign in to comment.