Python Sample Code Error on Company Website


Not to nitpick, but the sample python code in this snippet is incorrect. There is no need for the colin, as the command isnt conditional and will return an error.
The code instead could be:

from Blinkstick import Blinkstick
bstick = blinkstick.find_first()
bstick.set_color(“red”)