Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
WaltersL committed Mar 12, 2018
1 parent fae40ea commit 694fdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -13,7 +13,7 @@
p page.at('div.content')
#
# # Write out to the sqlite database using scraperwiki library
ScraperWiki.save_sqlite(["Tests"], {"name" => "", "date" => "", "venue"=> ""})
ScraperWiki.save_sqlite(["Tests"], {"name" => "South Africa v Australia", "venue"=> "at Cape Town"})
#
# # An arbitrary query against the database
ScraperWiki.select("* from data where 'name'='peter'")
Expand Down

0 comments on commit 694fdd0

Please sign in to comment.