diff --git a/pattern.py b/pattern.py index 26889bb..124d407 100644 --- a/pattern.py +++ b/pattern.py @@ -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(