mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-22 00:34:02 +00:00
Extra logging to waveform task
This commit is contained in:
@@ -20,7 +20,9 @@ class Command(NoArgsCommand):
|
||||
print "File %s not found" % in_file
|
||||
return
|
||||
|
||||
print "File found, starting waveform task (%s)" % mix.uid
|
||||
create_waveform_task.delay(in_file=in_file, uid=mix.uid)
|
||||
print "Task submitted"
|
||||
|
||||
except Exception, ex:
|
||||
print "Error generating waveform: %s" % ex.message
|
||||
|
||||
Reference in New Issue
Block a user