mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-27 03:39:13 +00:00
Removed duplicate celery task call
This commit is contained in:
@@ -169,7 +169,6 @@ class PartialMixUploadView(views.APIView):
|
||||
|
||||
try:
|
||||
create_waveform_task.delay(in_file=os.path.join(file_storage.base_location, cache_file), uid=uid)
|
||||
create_waveform_task.delay(in_file=os.path.join(file_storage.base_location, cache_file), uid=uid)
|
||||
except Exception, ex:
|
||||
response = \
|
||||
'Unable to connect to waveform generation task, there may be a delay in getting your mix online'
|
||||
|
||||
Reference in New Issue
Block a user