fix upload csv return dict
parent
ae1d3d2333
commit
6afb38f224
|
@ -473,6 +473,7 @@ def check_upload_errors(data):
|
|||
}
|
||||
log.error(resp)
|
||||
return resp
|
||||
return {"pass": True, "msg":""}
|
||||
|
||||
|
||||
@app.route("/api/dashboard/<item>", methods=["PUT"])
|
||||
|
|
Loading…
Reference in New Issue