Skip to content

Commit

Permalink
Removed the proxy (it is no longer needed).
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Apr 24, 2019
1 parent b1e0f55 commit 5d7e944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.rb
Expand Up @@ -11,8 +11,8 @@
# a.log = Logger.new $stderr
# a.agent.http.debug_output = $stderr
# a.verify_mode = OpenSSL::SSL::VERIFY_NONE
host, port = ENV['MORPH_PROXY'].split(":")
a.set_proxy(host, port)
# host, port = ENV['MORPH_PROXY'].split(":")
# a.set_proxy(host, port)
end

p "Getting first page"
Expand Down

0 comments on commit 5d7e944

Please sign in to comment.