Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/makinacorpus/spynner
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Apr 25, 2014
2 parents 3f94695 + 80eb781 commit bb086cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spynner/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,7 @@ def _on_reply(reply):
# Create a new manager to process this download
manager = NManager.new(self)
manager.set_proxy(proxy_url)
manager.sslErrors.connect(self._on_manager_ssl_errors)
reply = manager.get(request)
itime = time.time()
if reply.error():
Expand Down

0 comments on commit bb086cc

Please sign in to comment.