Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Aug 8, 2017
1 parent ceefddf commit 44208d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -64,7 +64,7 @@ def scrape_table(root):
br.form = list(br.forms())[0]
br['db'] = ['garfield']
br['dcct'] = ['32']
br['lname'] = [str('SMITH')]
br['lname'] = str('SMITH')
#br['mname'] = str(['Middle name'])
#br['fname'] = str(['WILLIAM'])
print br
Expand Down

0 comments on commit 44208d7

Please sign in to comment.