Skip to content

Commit

Permalink
Updated tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Apr 24, 2019
1 parent 3ebd8af commit 6db546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -25,7 +25,7 @@
puts r.search(:td)[2].text
puts r.search(:td)[3].text

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

Expand Down

0 comments on commit 6db546b

Please sign in to comment.