Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 8, 2017
1 parent c30b237 commit 420912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -17,7 +17,7 @@
break
formcount=formcount+1
br.select_form(nr=formcount)'''
br.select_form('datalist')
br.select_form('HTMLDataListElement')
br.form[ 'db' ] = 'garfield'

#Get the search results
Expand Down

0 comments on commit 420912a

Please sign in to comment.