summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/http_target/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/leap/soledad/client/http_target/api.py')
-rw-r--r--client/src/leap/soledad/client/http_target/api.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/leap/soledad/client/http_target/api.py b/client/src/leap/soledad/client/http_target/api.py
index 98a5b47e..dc13e9cc 100644
--- a/client/src/leap/soledad/client/http_target/api.py
+++ b/client/src/leap/soledad/client/http_target/api.py
@@ -56,7 +56,8 @@ class SyncTargetAPI(SyncTarget):
def _defer_encryption(self):
return self._sync_enc_pool is not None
- def _http_request(self, url, method='GET', body=None, headers=None, content_type=None):
+ def _http_request(self, url, method='GET', body=None, headers=None,
+ content_type=None):
headers = headers or self._base_header
if content_type:
headers.update({'content-type': [content_type]})