Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vvs123 committed Jul 3, 2014
1 parent 6f37b3a commit 76c01df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


#scraperwiki.sqlite.execute("delete from swdata where Code>0")
count = 1766
count = 0

while True:
bcount = 0
Expand All @@ -23,7 +23,7 @@
br.select_form(name="customerLogin")
#print br.form

br["username"] = "vvs123"
br["username"] = "vvs123@byom.de"
br["password"] = "1qay2wsx"


Expand Down

0 comments on commit 76c01df

Please sign in to comment.