Skip to content

Commit

Permalink
Create scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 8, 2017
1 parent 2c7f5d4 commit d201f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -18,7 +18,7 @@
formcount=formcount+1
br.select_form(nr=formcount)
#br.select_form('form')
br.form[ 'db' ] = 'garfield'
br.form[ 'db' ] = ['garfield',]
#Get the search results
Expand Down

0 comments on commit d201f5b

Please sign in to comment.