Skip to content

Commit aa8e91a

Browse files
committed
Fix bug.
1 parent c5fdcf9 commit aa8e91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_filamentsensorng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_settings_defaults(self):
8383
})
8484

8585
def debug_only_output(self, string):
86-
if self.debug_mode():
86+
if self.debug_mode==1:
8787
self._logger.info(string)
8888

8989
def on_settings_save(self, data):

0 commit comments

Comments
 (0)