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 0f5b92e commit c18614fCopy full SHA for c18614f
octoprint_filamentreload/__init__.py
@@ -67,7 +67,7 @@ def get_template_configs(self):
67
68
@property
69
def _filament_change(self):
70
- return getattr(self, '_filament_change', False)
+ return self.__dict__.get('_filament_change', False)
71
72
def on_event(self, event, payload):
73
# Early abort in case of out ot filament when start printing, as we
0 commit comments