Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patrunomeister committed Sep 29, 2015
1 parent b35f49f commit 8cef188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -133,7 +133,7 @@

scraperwiki.sql.save(unique_keys=['giorno','url','desc','prezzo','comune','locali','superficie','lat','lng'], data=data)

# verivica se se c'è una ulteriore pagina da screpare
# verivica se se c'e una ulteriore pagina da screpare

if "next_page_url" in extracted:
next_url = urlparse.urljoin(
Expand Down

0 comments on commit 8cef188

Please sign in to comment.