Skip to content

Commit

Permalink
Added tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Apr 24, 2019
1 parent 45ea8f4 commit f7be378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scraper.rb
Expand Up @@ -22,6 +22,9 @@
next
end

puts r.search(:td)[2].inner_text
puts r.search(:td)[3].inner_text

matches = r.search(:td)[3].inner_text.split(' ')
on_notice_from = ''
on_notice_to = Date.parse(matches[2])
Expand Down

0 comments on commit f7be378

Please sign in to comment.