Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
save the data
  • Loading branch information
tmtmtmtm committed Sep 8, 2015
1 parent 1aab78b commit d20c6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.rb
Expand Up @@ -40,8 +40,8 @@ def scrape_list(url)
term: 8,
start_date: date_from(tds[6].text)
}
puts data
# ScraperWiki.save_sqlite([:name, :area, :term], data)
# puts data
ScraperWiki.save_sqlite([:name, :area, :term], data)
end
end

Expand Down

0 comments on commit d20c6c7

Please sign in to comment.