Fix to server.py

This commit is contained in:
Ross Hendrickson 2013-08-02 19:50:57 -06:00
parent b2d715f041
commit f574267746

View file

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