Skip to content

Commit

Permalink
Removed redundant pixel.draw() call in FlashThread
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Nov 13, 2019
1 parent 2b55755 commit a45166c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blinkter/threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def __init__(self, pixel, length: float):
def run(self):
time.sleep(self.length)
self.pixel.revert_color()
self.pixel.draw()


class BlinkThread(threading.Thread):
Expand Down

0 comments on commit a45166c

Please sign in to comment.