improve linting
This commit is contained in:
parent
cc8ee9a144
commit
954a52cc4d
1 changed files with 3 additions and 4 deletions
|
@ -33,7 +33,6 @@ try:
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
# Clean up code before exiting the script
|
# Clean up code before exiting the script
|
||||||
for pixel in range(NUM_PIXELS):
|
for pixel in range(NUM_PIXELS):
|
||||||
NeoPixel.setPixelColor(pixel, Color(0, 0, 0))
|
NeoPixel.setPixelColor(pixel, Color(0, 0, 0))
|
||||||
NeoPixel.show()
|
NeoPixel.show()
|
||||||
time.sleep(DELAY_INTERVAL / 1000.0)
|
|
||||||
|
|
Loading…
Reference in a new issue