From f574267746bea60ab504f2d0b80d8991c712f91c Mon Sep 17 00:00:00 2001 From: Ross Hendrickson Date: Fri, 2 Aug 2013 19:50:57 -0600 Subject: [PATCH] Fix to server.py --- octoprint/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/server.py b/octoprint/server.py index 05e27374..f02c87ce 100644 --- a/octoprint/server.py +++ b/octoprint/server.py @@ -573,7 +573,7 @@ def getSettings(): "profiles": s.get(["temperature", "profiles"]) }, "system": { - "actions": s.get(["system", "actions"]) + "actions": s.get(["system", "actions"]), "events": s.get(["system", "events"]) }, "curaEngine": {