Minor update

This commit is contained in:
Miroslav Stampar 2013-08-13 06:42:49 +02:00
parent bfc3094e35
commit 4929cff0c0

View File

@ -108,7 +108,7 @@ class Connect(object):
threadData = getCurrentThreadData()
threadData.retriesCount += 1
if threadData.retriesCount >= conf.retries:
if conf.proxyList and threadData.retriesCount >= conf.retries:
warnMsg = "changing proxy"
logger.warn(warnMsg)