jath03 / openrgb-python

A python client for the OpenRGB SDK
GNU General Public License v3.0
110 stars 23 forks source link

"fast" is no-op in Device.set_color and Device.set_colors #48

Closed andreymal closed 2 years ago

andreymal commented 2 years ago

The fast argument is completely unused in these two methods.

I guess it was simply forgotten to pass it to other methods.

https://github.com/jath03/openrgb-python/blob/f822e005e3b306347641e5522826ab2dd971ef84/openrgb/orgb.py#L224-L250

jath03 commented 2 years ago

Wow, thanks for catching this