This commit is contained in:
parent
406b8a20a6
commit
2e986eb29f
@ -71,7 +71,7 @@ class SampleResource(Resource):
|
|||||||
f"http://{STORAGE_HOSTNAME}/object",
|
f"http://{STORAGE_HOSTNAME}/object",
|
||||||
files={
|
files={
|
||||||
'description': (None, json.dumps({'tag': generated_tag}), 'application/json'),
|
'description': (None, json.dumps({'tag': generated_tag}), 'application/json'),
|
||||||
'soundfile': (
|
'soundFile': (
|
||||||
'wave.wav',
|
'wave.wav',
|
||||||
soundfile,
|
soundfile,
|
||||||
soundfile.content_type,
|
soundfile.content_type,
|
||||||
|
Loading…
Reference in New Issue
Block a user