From e8440f7a26d27cc8461395357560ab405d111cd5 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Wed, 9 May 2018 22:55:12 +0200 Subject: [PATCH] Typo corrected --- photobooth/Photobooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth/Photobooth.py b/photobooth/Photobooth.py index f4583c2..3dd2830 100644 --- a/photobooth/Photobooth.py +++ b/photobooth/Photobooth.py @@ -279,4 +279,4 @@ class Photobooth: def triggerOn(self): self._lampOn() - self._gpioTrigger = lambda : self._send.send(Gui.TriggerState()) + self._gpioTrigger = lambda : self._send.send(gui.TriggerState())