Skip to content

Commit

Permalink
Fix get_state
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed Jan 21, 2018
1 parent f23f632 commit 5c75bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/janitoo_raspberry_gpio/gpio.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def set_state(self, node_uuid, index, data):
except Exception:
logger.exception("[%s] - Exception when updating GPIO component", self.__class__.__name__)

def get_state(self, node_uuid, index, data):
def get_state(self, node_uuid, index):
"""
"""
if index in self._inputs:
Expand Down

0 comments on commit 5c75bec

Please sign in to comment.