summaryrefslogtreecommitdiff
path: root/src/leap/common/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/common/http.py')
-rw-r--r--src/leap/common/http.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/common/http.py b/src/leap/common/http.py
index 8e8d3d9..1e7ded7 100644
--- a/src/leap/common/http.py
+++ b/src/leap/common/http.py
@@ -120,7 +120,8 @@ class HTTPClient(object):
maxPersistentPerHost=10
)
- def __init__(self, cert_file=None, timeout=DEFAULT_HTTP_TIMEOUT, pool=None):
+ def __init__(self, cert_file=None,
+ timeout=DEFAULT_HTTP_TIMEOUT, pool=None):
"""
Init the HTTP client