Merge branch 'master' of evefit.org:pyfa

This commit is contained in:
DarkPhoenix
2012-01-25 00:44:46 +04:00

View File

@@ -121,7 +121,7 @@ class ProxySettings():
# 0 - No proxy
# 1 - Auto-detected proxy settings
# 2 - Manual proxy settings
serviceProxyDefaultSettings = {"mode": 0, "type": "https", "address": "", "port": ""}
serviceProxyDefaultSettings = {"mode": 1, "type": "https", "address": "", "port": ""}
self.serviceProxySettings = SettingsProvider.getInstance().getSettings("pyfaServiceProxySettings", serviceProxyDefaultSettings)