Skip to content

Commit

Permalink
Removed slice so scraper runs free
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongs committed Mar 13, 2015
1 parent 2cf3124 commit d1be573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -47,7 +47,7 @@
pass


for link in scraperwiki.sql.select("* from suburbs")[20:23]:
for link in scraperwiki.sql.select("* from suburbs"):

houses = [] # this is to hold all the data on the houses in each suburb for saving to the database

Expand Down

0 comments on commit d1be573

Please sign in to comment.