fixed typo

This commit is contained in:
Balthasar Reuter
2015-05-06 22:34:54 +02:00
parent 9b297277ac
commit 063baff370

View File

@@ -153,7 +153,7 @@ def handle_keypress(key):
display.show_picture(filenames[2], image_size, (0,image_size[1])) 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.show_picture(filenames[3], image_size, (image_size[0],image_size[1]))
display.apply() display.apply()
timer.sleep(5) time.sleep(5)
def handle_exception(msg): def handle_exception(msg):
display.reset() display.reset()