From 675727363505d941e5b61a82b33a89e3a649d438 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Wed, 17 Jun 2015 02:01:26 +0200 Subject: [PATCH] refactoring continued --- camera.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camera.py b/camera.py index d5eefab..0ee7aaa 100644 --- a/camera.py +++ b/camera.py @@ -10,9 +10,9 @@ class CameraException(Exception): class Camera_gPhoto: """Camera class providing functionality to take pictures using gPhoto 2""" - def __init__(self): + #def __init__(self): # Print the abilities of the connected camera - print(self.call_gphoto("-a", "/dev/null")) + # print(self.call_gphoto("-a", "/dev/null")) def call_gphoto(self, action, filename): # Try to run the command