Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
maocypher committed Nov 15, 2020
1 parent 923f983 commit a3cd5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_smart_filament_sensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def calc_distance(self, pE):
# Remove motion sensor thread if the print is paused
def print_paused(self, pEvent=""):
self.print_started = False
self._logger.info("%s: Pausing filament sensors." % (pEvent=""))
self._logger.info("%s: Pausing filament sensors." % (pEvent))
if self.motion_sensor_enabled and self.detection_method == 0:
self.motion_sensor_stop_thread()

Expand Down

0 comments on commit a3cd5a2

Please sign in to comment.