assassadasdasdas

This commit is contained in:
jane 2020-11-09 00:51:49 -05:00
parent fb2bfa79e0
commit 440f545d7d
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ def sub(target, arg):
def apply(targets, args, func):
for target in range(len(targets)):
if this.values[targets[target].channel] != None:
this.values[targets[target].channel] = func(
this.values[targets[target].channel], args[target])
if this.values[targets[target]['channel']] != None:
this.values[targets[target]['channel']] = func(
this.values[targets[target]['channel']], args[target])
this.instructions = {