Forgot to simplify the success after testing
This commit is contained in:
parent
e831ced2da
commit
8c8101bf62
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ def apiLoad():
|
|||
else:
|
||||
return jsonify(success=False, message="gcode file not present")
|
||||
|
||||
return jsonify(files=gcodeManager.getAllFileData(), filename=filename)
|
||||
return jsonify(SUCCESS)
|
||||
|
||||
#~~ timelapse handling
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue