Skip to content

Commit fec94ae

Browse files
committed
adding pylint love
adding pylint love
1 parent d2f3ab7 commit fec94ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Neopixel_Badge_Lanyard/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def set_palette(palette):
105105

106106
if cycling:
107107
offset = (offset + offset_increment) % OFFSET_MAX
108-
set_palette(palette_choice)
108+
set_palette(palette_choice)

0 commit comments

Comments
 (0)