Skip to content

Commit 35ee747

Browse files
committed
bug?
1 parent 5971552 commit 35ee747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DMX/controllers/Controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def debug_control(self):
254254
if not value.isdigit():
255255
continue
256256
value = int(value)
257-
fixture.anim(1000, (channel, value))
257+
fixture.set_channel(channel, value)
258258

259259
def run(self, *args, **kwargs):
260260
# Method used in transmitting controllers

0 commit comments

Comments
 (0)