Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Vila committed May 6, 2015
1 parent dc6047e commit 28e8beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -57,7 +57,7 @@ def parse_list(root):
'telephone': telephone,
'description': description,
}
scraperwiki.sqlite.save(unique_keys=['source_url'], data=record)
scraperwiki.sqlite.save(unique_keys=['source_url'], data=record, table_name="tripadvisor")
#scraperwiki.sqlite.save_var('lastindex', index)

def scrape_activities_in_a_region(url):
Expand Down

0 comments on commit 28e8beb

Please sign in to comment.