mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-07 08:33:59 +00:00
Fixed missing extension in create_waveform_task
This commit is contained in:
@@ -250,7 +250,7 @@ def upload(request):
|
||||
#Form hasn't been posted yet
|
||||
pass
|
||||
|
||||
create_waveform_task.delay(in_file=os.path.join(file_storage.base_location, cache_file), mix_uid=uid)
|
||||
create_waveform_task.delay(in_file=os.path.join(file_storage.base_location, cache_file), uid=uid)
|
||||
|
||||
file_dict = {
|
||||
'size': in_file.size,
|
||||
|
||||
Reference in New Issue
Block a user