Removed duplicate celery task call

This commit is contained in:
Fergal Moran
2015-06-14 22:25:35 +01:00
parent 00565defe9
commit a81821f853

View File

@@ -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'