From 8c8101bf624e06b6ef47aa01f9a6fcc341e91539 Mon Sep 17 00:00:00 2001 From: Richard Mitchell Date: Sat, 18 May 2013 18:21:33 +0000 Subject: [PATCH] Forgot to simplify the success after testing --- octoprint/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/server.py b/octoprint/server.py index 692509c..6cdf34e 100644 --- a/octoprint/server.py +++ b/octoprint/server.py @@ -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