Skip to content

Commit

Permalink
Include month name in scraped data
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismytton committed Jul 29, 2016
1 parent 72e0a72 commit 421cc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
section = checklist.css('.checklist__title').text.strip
checklist.css('.checklist__item').each do |job|
data = {
month: month_number,
month: month,
section: section,
job: job.text.strip
}
Expand Down

0 comments on commit 421cc76

Please sign in to comment.