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 dba6cd7 commit c210640Copy full SHA for c210640
Disco_Tie/code.py
@@ -147,7 +147,7 @@ def larsen(wait):
147
color_dark = (int(user_color[0]/8), int(user_color[1]/8),
148
int(user_color[2]/8))
149
color_med = (int(user_color[0]/2), int(user_color[1]/2),
150
- int(user_color[2]/2))
+ int(user_color[2]/2))
151
152
larsen_set(pos - 2, color_dark)
153
larsen_set(pos - 1, color_med)
0 commit comments