Fix to server.py
This commit is contained in:
parent
b2d715f041
commit
f574267746
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue