Blinkstick Error Running on Linux System

I have been using my Blinkstick Square for a while on my windows computer with very little trouble. Though, as soon as I plugged it into a laptop running Linux, I get this error:

Here is the code I used:
from blinkstick import blinkstick
bstick = blinkstick.find_first()
bstick.set_color(channel=0, index =1, name=“red”)

It returns this error:
Exception has occurred: AttributeError
‘list’ object has no attribute ‘set_color’
File “/home/#####/Desktop/#######/BlinkstickTest.py”, line 4, in
bstick.set_color(channel=0, index =1, name=“red”)