We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d810de commit 0113f78Copy full SHA for 0113f78
octoprint_netconnectd/__init__.py
@@ -36,7 +36,7 @@ def hostname(self):
36
##~~ SettingsPlugin
37
38
def on_settings_save(self, data):
39
- super(NetconnectdSettingsPlugin, self).on_settings_save(data)
+ octoprint.plugin.SettingsPlugin.on_settings_save(self, data)
40
self.address = self._settings.get(["socket"])
41
42
def get_settings_defaults(self):
0 commit comments