Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ostephens committed Feb 3, 2015
1 parent 4094eb3 commit a79e8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -44,7 +44,7 @@ def initialize(name,uri)
puts o.name.to_s
puts o.uri.to_s
data = {
name: o.name.to_s
name: o.name.to_s,
uri: o.uri.to_s
}
ScraperWiki::save_sqlite([], data)
Expand Down

0 comments on commit a79e8cd

Please sign in to comment.