Remove unused variable from fireflies

It seems the `bright_div` variable is not used.
main
Tim Millwood 2021-01-30 13:20:54 +00:00 zatwierdzone przez GitHub
rodzic 7a117ea2a8
commit f2791139c1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,6 @@ import time
import ws2812b
import random
bright_div = 20
numpix = 50 # Number of NeoPixels
# Pin where NeoPixels are connected
strip = ws2812b.ws2812b(numpix, 0,0)
@ -51,4 +50,4 @@ while True:
flashing[i][3] = flashing[i][3] + flashing[i][4]
time.sleep(0.005)