Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
iecaff committed May 17, 2015
1 parent c236052 commit 38784e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.rb
Expand Up @@ -18,7 +18,7 @@
puts con_image

con_text = con_page.at('div#eventdetails')
con_text.each do |con_string|
puts con_string.text
end
puts con_text

end

0 comments on commit 38784e4

Please sign in to comment.