Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/optparser.py')
-rw-r--r--src/common/optparser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/optparser.py b/src/common/optparser.py
index 5c4f05da2..7ddf060b3 100644
--- a/src/common/optparser.py
+++ b/src/common/optparser.py
@@ -291,8 +291,8 @@ class OptionsParser:
proxies = proxies_str.split(',')
for i in range(0, len(proxies)):
proxies[i] = proxies[i].strip()
- for wrong_proxy in ['proxy65.jabber.autocom.pl',
- 'proxy65.jabber.ccc.de']:
+ for wrong_proxy in ('proxy65.jabber.autocom.pl',
+ 'proxy65.jabber.ccc.de'):
if wrong_proxy in proxies:
proxies.remove(wrong_proxy)
if not 'transfer.jabber.freenet.de' in proxies: