From 8b681d8a151a3b41d3aaa5bfdd7a082bdda7896c Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Sun, 16 Sep 2018 09:18:47 -0400 Subject: [PATCH] Fix for default proxy value --- get_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_settings.py b/get_settings.py index 219936351..781784303 100644 --- a/get_settings.py +++ b/get_settings.py @@ -248,7 +248,7 @@ def get_proxy_settings(): else: exclude = 'localhost,127.0.0.1' else: - proxy_type = '' + proxy_type = 'None' url = '' port = '' username = ''