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 4f5c360 commit c741144
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_SSLv23 )
block=block, ssl_version=ssl.PROTOCOL_TLSv1 )


s = requests.Session()
Expand Down

0 comments on commit c741144

Please sign in to comment.