Skip to content

Commit 8a640bd

Browse files
authored
Merge pull request #28 from martinweu/patch-1
Update multistrandtest.py
2 parents 08d22c8 + 7a8b49f commit 8a640bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multistrandtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def multiColorWipe(color1, color2, wait_ms=5):
5151

5252

5353
def blackout(strip):
54-
for i in range(max(strip1.numPixels(), strip1.numPixels())):
54+
for i in range(max(strip.numPixels(), strip.numPixels())):
5555
strip.setPixelColor(i, Color(0, 0, 0))
5656
strip.show()
5757

0 commit comments

Comments
 (0)