Error handling for sync command

This commit is contained in:
Balthasar Reuter
2015-06-23 22:55:43 +02:00
parent 45f5bea844
commit f1e5c2389a
2 changed files with 8 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ from time import sleep, clock
from PIL import Image
from gui import GUI_PyGame as GuiModule
from camera import CameraException, Camera_cv as CameraModule
from camera import CameraException, Camera_gPhoto as CameraModule
from events import Rpi_GPIO as GPIO
#####################