From d0e6fa270533689fdaca0daab2d9dfa209bdfc26 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 7 Mar 2014 15:20:15 +1300 Subject: Use the right conf dir... --- libmproxy/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py index 1eebba07..6dd37752 100644 --- a/libmproxy/proxy.py +++ b/libmproxy/proxy.py @@ -55,7 +55,7 @@ class ProxyConfig: self.transparent_proxy = transparent_proxy self.authenticator = authenticator self.confdir = os.path.expanduser(confdir) - self.certstore = certutils.CertStore.from_store(confdir, CONF_BASENAME) + self.certstore = certutils.CertStore.from_store(self.confdir, CONF_BASENAME) -- cgit v1.2.3