From 51d829a8606dcd2ac94cb3539e6d5b72b6164301 Mon Sep 17 00:00:00 2001 From: Secret Squirrel Date: Wed, 17 Dec 2014 21:44:42 -0500 Subject: [PATCH] bug fix --- bdf_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdf_proxy.py b/bdf_proxy.py index 7495f93..e00651a 100755 --- a/bdf_proxy.py +++ b/bdf_proxy.py @@ -711,7 +711,7 @@ resourceScript = userConfig['Overall']['resourceScript'] config = proxy.ProxyConfig(clientcerts=os.path.expanduser(userConfig['Overall']['certLocation']), body_size_limit=int(userConfig['Overall']['MaxSizeFileRequested']), port=int(userConfig['Overall']['proxyPort']) - + ) if userConfig['Overall']['transparentProxy'] == "True": config.transparent_proxy = {'sslports': userConfig['Overall']['sslports'],