8000 Changes return · mauler/django-elastic-transcoder@5750ed9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5750ed9

Browse files
committed
Changes return
1 parent 28bd146 commit 5750ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dj_elastictranscoder/transcoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def create_job_for_object(self, obj):
5151
job.content_type = content_type
5252
job.object_id = obj.id
5353
job.save()
54-
return job.id
54+
return self.message['Job']['Id']

0 commit comments

Comments
 (0)
0