Skip to content

Commit

Permalink
patch Led do_light
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Feb 28, 2016
1 parent 9ef3f66 commit 5cdde0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion led_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self):
# Initialize library with LED configuration.
self.resp = ws.ws2811_init(self.leds)
if self.resp != 0:
raise RuntimeError('ws2811_init failed with code {0}'.format(self.resp))
raise RuntimeError('ws2811_init failed with code {0}'.format(self.resp))

def do_light(self):

Expand Down

0 comments on commit 5cdde0b

Please sign in to comment.