Skip to content

Commit

Permalink
remove needless require of colorize
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Dec 16, 2016
1 parent fd1fe1f commit 5d7c2f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scraper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/env ruby
# encoding: utf-8

require 'colorize'
require 'mediawiki_api'
require 'nokogiri'
require 'open-uri'
Expand Down Expand Up @@ -72,7 +71,7 @@ def scrape_term(id, url)
elsif notes.include?('nahm sein Mandat nicht an') || notes.include?('Mandat nicht angenommen')
# TODO: didn't accept mandate
else
# warn "#{notes}".yellow
# warn "#{notes}"
# binding.pry
end
end
Expand Down

0 comments on commit 5d7c2f6

Please sign in to comment.