Skip to content

Commit

Permalink
Enable event subscriptions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Oct 1, 2014
1 parent d49cd20 commit 01ab61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/octoprint/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def settings(init=False, configfile=None, basedir=None):
"config": "/default/path/to/your/cura/config.ini"
},
"events": {
"enabled": False,
"enabled": True,
"subscriptions": []
},
"api": {
Expand Down

0 comments on commit 01ab61b

Please sign in to comment.