mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
proper fix
This commit is contained in:
@@ -1782,7 +1782,7 @@ def wasLastRequestDelayed():
|
||||
|
||||
return retVal
|
||||
else:
|
||||
return threadData.lastQueryDuration - conf.timeSec
|
||||
return (threadData.lastQueryDuration - conf.timeSec) >= 0
|
||||
|
||||
def adjustTimeDelay(lastQueryDuration, lowerStdLimit):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user