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 e4afb20 commit d24ac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -111,7 +111,7 @@ def init_poolmanager(self, connections, maxsize, block=False):
num_pools=connections, maxsize=maxsize,
block=block, ssl_version=ssl.PROTOCOL_TLSv1 )

ssl.OPENSSL_VERSION
print ssl.OPENSSL_VERSION
s = requests.Session()
s.mount('https://', Tls12HttpAdapter())
r = s.get(url, headers=ua)
Expand Down

0 comments on commit d24ac04

Please sign in to comment.