Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Jul 15, 2015
1 parent 205e0ac commit eedbbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -41,7 +41,7 @@ def scrape_list(url)
source: url,
}
puts data
ScraperWiki.save_sqlite([:id, :term], mem)
ScraperWiki.save_sqlite([:id, :term], data)
end
end

Expand Down

0 comments on commit eedbbda

Please sign in to comment.