David 10 years ago
parent
commit
54b5eefd2b
1 changed files with 1 additions and 0 deletions
  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)