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 c5fdcf9 commit aa8e91aCopy full SHA for aa8e91a
octoprint_filamentsensorng/__init__.py
@@ -83,7 +83,7 @@ def get_settings_defaults(self):
83
})
84
85
def debug_only_output(self, string):
86
- if self.debug_mode():
+ if self.debug_mode==1:
87
self._logger.info(string)
88
89
def on_settings_save(self, data):
0 commit comments