Skip to content

Commit 3b0c0c6

Browse files
authored
Release v1.0.0 (#45)
2 parents f513bd0 + 2a62aa1 commit 3b0c0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opsi/modules/logic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ class Outputs:
9090

9191
def run(self, inputs):
9292
if inputs.switch:
93-
return self.Outputs(out=inputs.thru2)
94-
return self.Outputs(out=inputs.thru1)
93+
return self.Outputs(thru=inputs.thru1)
94+
return self.Outputs(thru=inputs.thru0)
9595

9696

9797
class SwitchNumber(Function):

0 commit comments

Comments
 (0)