Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Jul 17, 2018
1 parent 607d2ef commit 3e1341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photobooth/gpio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def trigger(self):
def exit(self):

self._comm.send(
Workers.Master,
Workers.MASTER,
StateMachine.TeardownEvent(StateMachine.TeardownEvent.WELCOME))

def showIdle(self):
Expand Down

0 comments on commit 3e1341e

Please sign in to comment.