From 063baff37097dba9344bde4fe0f5a891909b73ab Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Wed, 6 May 2015 22:34:54 +0200 Subject: [PATCH] fixed typo --- photobooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth.py b/photobooth.py index c8d409e..5b11fac 100755 --- a/photobooth.py +++ b/photobooth.py @@ -153,7 +153,7 @@ def handle_keypress(key): display.show_picture(filenames[2], image_size, (0,image_size[1])) display.show_picture(filenames[3], image_size, (image_size[0],image_size[1])) display.apply() - timer.sleep(5) + time.sleep(5) def handle_exception(msg): display.reset()