improve linting

This commit is contained in:
L3D 2024-03-24 22:51:03 +01:00
parent cc8ee9a144
commit 954a52cc4d
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -33,7 +33,6 @@ try:
except KeyboardInterrupt:
# Clean up code before exiting the script
for pixel in range(NUM_PIXELS):
NeoPixel.setPixelColor(pixel, Color(0, 0, 0))
NeoPixel.show()
time.sleep(DELAY_INTERVAL / 1000.0)
for pixel in range(NUM_PIXELS):
NeoPixel.setPixelColor(pixel, Color(0, 0, 0))
NeoPixel.show()