Open tomvannuenen opened 2 years ago
Can remove detail_cells = row.select('td.detail') in the loop as we have already selected these elements when setting the valid_rows variable
detail_cells = row.select('td.detail')
valid_rows
Can remove
detail_cells = row.select('td.detail')
in the loop as we have already selected these elements when setting thevalid_rows
variable