Skip to content

Commit

Permalink
Update basic_effects.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHigdon authored Mar 1, 2019
1 parent ce85504 commit f9d3352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_rgb_status/basic_effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def run_effect(effect, lock, queue, strip, color, delay):
if msg == 'KILL':
raise Exception
effect(strip, color, delay)
except:
except Exception:
break
finally:
lock.release()
Expand Down

0 comments on commit f9d3352

Please sign in to comment.