mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor update
This commit is contained in:
parent
d5bc149636
commit
bdb530da1f
|
@ -404,7 +404,7 @@ class Connect:
|
|||
warnMsg += ", sqlmap is going to retry the request"
|
||||
logger.critical(warnMsg)
|
||||
return Connect.__retryProxy(**kwargs)
|
||||
elif kb.testMode and kb.originalPage:
|
||||
elif kb.testMode:
|
||||
logger.critical(warnMsg)
|
||||
return None, None
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user