Fix for default proxy value

This commit is contained in:
morpheus65535 2018-09-16 09:18:47 -04:00
parent 81daa902f6
commit 8b681d8a15
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ def get_proxy_settings():
else:
exclude = 'localhost,127.0.0.1'
else:
proxy_type = ''
proxy_type = 'None'
url = ''
port = ''
username = ''