mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
proper fix
This commit is contained in:
parent
39decebe85
commit
e023e0d233
2 changed files with 2 additions and 7 deletions
|
|
@ -1782,7 +1782,7 @@ def wasLastRequestDelayed():
|
|||
|
||||
return retVal
|
||||
else:
|
||||
return threadData.lastQueryDuration - conf.timeSec
|
||||
return (threadData.lastQueryDuration - conf.timeSec) >= 0
|
||||
|
||||
def adjustTimeDelay(lastQueryDuration, lowerStdLimit):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue