From fdba57d98829705be0121265d3311988ff83c571 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 16 Oct 2017 21:35:04 +0200 Subject: [PATCH] cue 0-9 --- cdoseaplay/lights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdoseaplay/lights.py b/cdoseaplay/lights.py index cb963fd..533c8a2 100755 --- a/cdoseaplay/lights.py +++ b/cdoseaplay/lights.py @@ -49,7 +49,7 @@ def switch(state): lb = lanbox.Lanbox() #lb.getChannels(lights) #lb.fadeTo(lights, fade) - lb.layerGo(state + 1) + lb.layerGo(state) if __name__ == '__main__':