Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't build up list of terms
This doesn't get used, so no need to create it. Part of everypolitician/everypolitician#547
  • Loading branch information
tmtmtmtm committed Dec 20, 2016
1 parent 30aa5d8 commit 3a168af
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scraper.rb
Expand Up @@ -57,12 +57,5 @@ def scrape_list(url)
end
end

term = {
id: '14',
name: 'XIVe législature de la Ve République',
start_date: '2012-06-20',
}
ScraperWiki.save_sqlite([:id], term, 'terms')

@URL = 'https://www.nosdeputes.fr/deputes/json'
scrape_list(@URL)

0 comments on commit 3a168af

Please sign in to comment.