Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
x30n30 committed Apr 25, 2017
1 parent d4bbd3d commit f458ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def scrape(data)
"STATUS"=>text(dd[3].xpath(".")),
"STATUS2"=>text(dd[4].xpath(".")),
"STATUS3"=>text(dd[5].xpath(".")),
"STATUS4"=>text(dd[6].xpath(".")),
"STATUS4"=>text(dd[6].xpath(".")),
"STATUS5"=>text(dd[7].xpath(".")),
"DOC"=>Time.now

}
Expand Down

0 comments on commit f458ab0

Please sign in to comment.