Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 877293a

Browse files
committed
Maybe it's this simple
1 parent 62f318d commit 877293a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

documentcloud/MultipartPostHandler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ def http_request(self, request):
100100
try:
101101
request.add_data(data)
102102
except AttributeError:
103-
for k, v in data.items():
104-
request.data[k] = v
103+
request.data = data
105104

106105
return request
107106

0 commit comments

Comments
 (0)