Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blablupcom committed Jul 25, 2018
1 parent 4bd97e2 commit f5e563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -109,7 +109,7 @@ def init_poolmanager(self, connections, maxsize, block=False):
"""Create and initialize the urllib3 PoolManager."""
self.poolmanager = PoolManager(
num_pools=connections, maxsize=maxsize,
block=block, ssl_version=ssl.PROTOCOL_SSLv2 )
block=block, ssl_version=ssl.PROTOCOL_TLSv1 )


s = requests.Session()
Expand Down

0 comments on commit f5e563e

Please sign in to comment.