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 c29ab59 commit 5e1713a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -64,9 +64,9 @@ 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'])
br['fname'] = str(['WILLIAM'])
print br
response = br.submit()
html = response.read()
Expand Down

0 comments on commit 5e1713a

Please sign in to comment.