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 f4dba70 commit 216a6f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scraper.py
Expand Up @@ -53,8 +53,9 @@ def scrape_table(root):
br.submit()'''

br.select_form(nr=0)
print br.form
#br.select_form(nr=0)
#print br.form
br.form = list(br.forms())[0]
br['db'] = ['garfield']
br['lname'] = ['Smith']
br['fname'] = ['William']
Expand Down

0 comments on commit 216a6f8

Please sign in to comment.