From 3e1341e3d950f3c1009159d361f8276a3520d699 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Tue, 17 Jul 2018 22:45:41 +0200 Subject: [PATCH] Fixed a typo --- photobooth/gpio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth/gpio/__init__.py b/photobooth/gpio/__init__.py index d0f4525..49f5387 100644 --- a/photobooth/gpio/__init__.py +++ b/photobooth/gpio/__init__.py @@ -106,7 +106,7 @@ class Gpio: def exit(self): self._comm.send( - Workers.Master, + Workers.MASTER, StateMachine.TeardownEvent(StateMachine.TeardownEvent.WELCOME)) def showIdle(self):