Better word used

This commit is contained in:
Miroslav Stampar 2015-09-25 23:41:47 +02:00
parent f16389232f
commit b68891050d

View File

@ -1088,7 +1088,7 @@ def _setHTTPProxy():
if conf.proxyList is not None:
if not conf.proxyList:
errMsg = "list of usable proxies is empty"
errMsg = "list of usable proxies is exhausted"
raise SqlmapNoneDataException(errMsg)
conf.proxy = conf.proxyList[0]