Created
February 21, 2017 10:51
-
-
Save Lukasa/9ce613bbb256080806f015d13d93982f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MyConnectionPool(HTTPSConnectionPool): | |
# This does not affect the value of HTTPSConnectionPool.ConnectionCls | |
ConnectionCls = Whatever | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment