Skip to content

Commit c210640

Browse files
updates for pylint
1 parent dba6cd7 commit c210640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Disco_Tie/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def larsen(wait):
147147
color_dark = (int(user_color[0]/8), int(user_color[1]/8),
148148
int(user_color[2]/8))
149149
color_med = (int(user_color[0]/2), int(user_color[1]/2),
150-
int(user_color[2]/2))
150+
int(user_color[2]/2))
151151

152152
larsen_set(pos - 2, color_dark)
153153
larsen_set(pos - 1, color_med)

0 commit comments

Comments
 (0)