From be303f3210b9793598692ec22ecf29c6f20f2aba Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Thu, 3 Apr 2014 11:07:50 +0200 Subject: Added catch all error handling for content full import. --- meetingtools/ac/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meetingtools/ac') diff --git a/meetingtools/ac/api.py b/meetingtools/ac/api.py index 6ec2904..5254163 100644 --- a/meetingtools/ac/api.py +++ b/meetingtools/ac/api.py @@ -153,7 +153,7 @@ class ACPClient(): url = self.url + '?' + '&'.join(u) #cache = ACPClient.CacheWrapper(get_cache('default')) cache = None - h = httplib2.Http(cache, disable_ssl_certificate_validation=True); + h = httplib2.Http(cache, disable_ssl_certificate_validation=True) logging.debug(url) resp, content = h.request(url, "GET") logging.debug(pformat(resp)) -- cgit v1.1