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": {