David 10 years atrás
parent
commit
144b34ff4f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      back/web.py

+ 2 - 0
back/web.py

@@ -70,6 +70,8 @@ def crop():
                             str(data["inicio"]),
                             str(data["fin"]),
                             out_filename)
+    job.meta["type"]="Cortar"
+    job.meta["target"]=out_filename
     ret["job_id"]=job.get_id()
     return jsonify(ret)