Skip to content

Commit

Permalink
Skip one more row
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 5, 2022
1 parent 41ca38c commit 364dfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn/scrapers/ri.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def scrape(
# Get the first sheet
worksheet = workbook.worksheets[0]

for r in list(worksheet.rows)[2:]:
for r in list(worksheet.rows)[3:]:
column = [cell.value for cell in r]
row_list.append(column)

Expand Down

0 comments on commit 364dfae

Please sign in to comment.