Skip to content

Commit 3808552

Browse files
committed
More Lego Linting
More Lego Linting
1 parent f6f70fe commit 3808552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LEGO_Head_CPX_Lamp/LEGO_Head_CPX_Lamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ def led_flash(duration):
7979
cpx.pixels.fill((255,255,255)) # white color
8080
time.sleep(1) # for one second
8181
else: # When there's no shakyness to be had
82-
cpx.pixels.fill((0, 0, 0)) # keep pixels off when not shaking
82+
cpx.pixels.fill((0, 0, 0)) # keep pixels off when not shaking

0 commit comments

Comments
 (0)