We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1510891 commit 8b66993Copy full SHA for 8b66993
app/start.py
@@ -11,5 +11,5 @@
11
for i in range(
12
leds_number,
13
):
14
- np[i] = (50, 50, 75)
+ np[i] = (25, 25, 75)
15
np.write()
0 commit comments