Skip to content

Commit 20e2e1c

Browse files
committed
chore(Visual Recognition): Apply manual changes for detect_faces
1 parent 32334a6 commit 20e2e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watson_developer_cloud/visual_recognition_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def detect_faces(self,
238238
images_file_content_type or
239239
'application/octet-stream')
240240
if url:
241-
form_data['url'] = (None, url, 'text/plain')
241+
form_data['url'] = (None, url)
242242

243243
url = '/v3/detect_faces'
244244
response = self.request(

0 commit comments

Comments
 (0)