Turn foscam verbose mode off (#8967)

This commit is contained in:
Andrey 2017-08-14 04:16:38 +03:00 committed by Paulus Schoutsen
parent 23273d3e88
commit a0ddb24245

View file

@ -56,7 +56,7 @@ class FoscamCam(Camera):
from foscam import FoscamCamera
self._foscam_session = FoscamCamera(ip_address, port, self._username,
self._password)
self._password, verbose=False)
def camera_image(self):
"""Return a still image reponse from the camera."""