This commit is contained in:
		@@ -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,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user