David 10 năm trước cách đây
mục cha
commit
144b34ff4f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)