Commit 6b535bcf by kimth

Send multiple files to xqueue

parent 0a63ad8f
......@@ -99,7 +99,7 @@ class XQueueInterface(object):
'xqueue_body' : body}
files = None
for f in files_to_upload:
files = { f.name: f }
files.update({ f.name: f })
return self._http_post(self.url+'/xqueue/submit/', payload, files)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment