mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Better word used
This commit is contained in:
parent
f16389232f
commit
b68891050d
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user