Improved error handling

This commit is contained in:
Balthasar Reuter
2015-07-01 00:19:52 +02:00
parent 928ba63bd1
commit fa877a60bc
4 changed files with 23 additions and 12 deletions

View File

@@ -320,7 +320,7 @@ class Photobooth:
self.display.clear()
self.display.show_message(e.message)
self.display.apply()
sleep(2)
sleep(3)
else:
raise CameraException("Giving up! Please start again!", False)
else: