Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rundrund committed May 5, 2018
1 parent e9804b3 commit 1a65267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -40,5 +40,5 @@
header = soup.find('h2', text="Current Agenda")
agenda_table = header.find_next_siblings()
for line in agenda_table:
for row in line.find_all('a'):
print row
for row in line.find_all('a'):
print row

0 comments on commit 1a65267

Please sign in to comment.