diff --git a/pyodata/v2/service.py b/pyodata/v2/service.py index 0ed7741..6c1aa3f 100644 --- a/pyodata/v2/service.py +++ b/pyodata/v2/service.py @@ -43,7 +43,7 @@ def encode_multipart(boundary, http_requests): lines.append(f'--{boundary}') if not isinstance(req, MultipartRequest): - lines.extend(('Content-Type: application/http ', 'Content-Transfer-Encoding:binary')) + lines.extend(('Content-Type: application/http', 'Content-Transfer-Encoding:binary')) lines.append('')