Skip to content

Commit

Permalink
bug: test again
Browse files Browse the repository at this point in the history
  • Loading branch information
sasilva1998 committed May 21, 2021
1 parent d6a6a67 commit 120c953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
for i in range(0, leds_number):
np[i] = [0, 0, 0]

for i in range(0, leds_number - 20):
for i in range(7, leds_number - 13):
np[i] = (25, 25, 75)
np.write()

0 comments on commit 120c953

Please sign in to comment.