David 10 năm trước cách đây
mục cha
commit
54b5eefd2b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      back/web.py

+ 1 - 0
back/web.py

@@ -72,6 +72,7 @@ def crop():
                             out_filename)
     job.meta["type"]="Cortar"
     job.meta["target"]=out_filename
+	job.save()
     ret["job_id"]=job.get_id()
     return jsonify(ret)