Skip to content

Commit

Permalink
Fix refactoring bug
Browse files Browse the repository at this point in the history
Closes #2617
  • Loading branch information
foosel committed May 3, 2018
1 parent 4bbe49a commit 9addbbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/octoprint/server/api/job.py
Expand Up @@ -69,6 +69,5 @@ def jobState():
return jsonify({
"job": currentData["job"],
"progress": currentData["progress"],
"state": currentData["state"]["text"],
"printingUser": currentData["printingUser"],
"state": currentData["state"]["text"]
})

0 comments on commit 9addbbb

Please sign in to comment.