Merge branch 'master' of ssh.gitdab.com:jane/leds

This commit is contained in:
jane 2020-11-10 19:15:33 -05:00
commit 12e7dda646
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ def _apply(index, target, arg, func):
def apply(index, targets, args, func):
for target in range(len(targets)):
print("{} {} {}".format(func, targets[target]['channel'], args[target]))
if this.values[targets[target]['channel']] != None:
if target < len(args):
val, jump = _apply(