Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmaloney committed Aug 12, 2019
1 parent 36dceff commit 0fff245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -21,7 +21,7 @@ def scrape_data():

table = soup.find('table', {"class": "at-12 standard-list"})

rows = soup.find_all('tr')[1:]
rows = soup.find_all('tr')

for row in rows:
print(f"Now currently scraping row: {row}")
Expand Down

0 comments on commit 0fff245

Please sign in to comment.