Skip to content

Commit

Permalink
SW-3991 fix 1014 and 1030 on boot (#1822)
Browse files Browse the repository at this point in the history
don't start the validation of the fan controller values on plugin initialized
  • Loading branch information
Josef-MrBeam authored Oct 9, 2023
1 parent 51866e5 commit 9babea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octoprint_mrbeam/iobeam/dust_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def _on_mrbeam_plugin_initialized(self, event, payload):
self._analytics_handler = self._plugin.analytics_handler
self._one_button_handler = self._plugin.onebutton_handler

self._start_validation_timer()
self._just_initialized = True
self._logger.debug("initialized!")

Expand Down

0 comments on commit 9babea7

Please sign in to comment.