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

Skip to content

Commit e226006

Browse files
committed
Trivial fix
1 parent 5e02bcb commit e226006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def getPage(**kwargs):
536536
return None, None, None
537537
elif threadData.retriesCount < conf.retries and not kb.threadException:
538538
warnMsg += ". sqlmap is going to retry the request"
539-
logger.log(logging.CRITICAL if not conf.identityWaf else logging.DEBUG, warnMsg)
539+
logger.log(logging.CRITICAL if not conf.identifyWaf else logging.DEBUG, warnMsg)
540540
return Connect._retryProxy(**kwargs)
541541
elif kb.testMode:
542542
logger.critical(warnMsg)

0 commit comments

Comments
 (0)