Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chchbb committed Sep 7, 2014
1 parent 3959500 commit 9429979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -61,7 +61,7 @@ def parse_list(root):
'telephone': telephone,
'description': description,
}
scraperwiki.sqlite.save(unique_keys=['source_url'], data=data, table_name="tripadvisor_toronto")
scraperwiki.sqlite.save(unique_keys=['source_url'], data=data, table_name="tripadvisortw_hk")


def parse_listing_pages(start_url):
Expand Down

0 comments on commit 9429979

Please sign in to comment.