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 f7be378 commit 3ebd8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.rb
Expand Up @@ -22,10 +22,10 @@
next
end

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

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

Expand Down

0 comments on commit 3ebd8af

Please sign in to comment.