Skip to content

Commit

Permalink
🐛 Fix progress effects
Browse files Browse the repository at this point in the history
Fix reported in #104

Co-Authored-By: Syfaro <syfaro@huefox.com>
  • Loading branch information
cp2004 and Syfaro committed Feb 9, 2021
1 parent 8063166 commit 36243ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_ws281x_led_status/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def progress_effect(self, mode, value):
effect_settings = self.effect_settings[mode]
if self.check_times() and self.lights_on:
self.run_effect(
target=constants.PROGRESS_EFFECTS[effect_settings["effects"]],
target=constants.PROGRESS_EFFECTS[effect_settings["effect"]],
kwargs={
"strip": self.strip,
"queue": self.effect_queue,
Expand Down

0 comments on commit 36243ab

Please sign in to comment.