Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b688910

Browse files
committed
Better word used
1 parent f163892 commit b688910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ def _setHTTPProxy():
10881088

10891089
if conf.proxyList is not None:
10901090
if not conf.proxyList:
1091-
errMsg = "list of usable proxies is empty"
1091+
errMsg = "list of usable proxies is exhausted"
10921092
raise SqlmapNoneDataException(errMsg)
10931093

10941094
conf.proxy = conf.proxyList[0]

0 commit comments

Comments
 (0)