mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-27 11:48:06 +00:00
Fixed type in kwargs extraction
This commit is contained in:
@@ -18,7 +18,7 @@ def _waveform_generated_callback(sender, **kwargs):
|
||||
print "Updating model with waveform"
|
||||
try:
|
||||
uid = kwargs['uid']
|
||||
path = kwargs['uid']
|
||||
path = kwargs['path']
|
||||
if uid is not None:
|
||||
mix = Mix.objects.get(uid=uid)
|
||||
if mix is not None:
|
||||
|
||||
Reference in New Issue
Block a user