mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-25 08:59:02 +00:00
minor update
This commit is contained in:
@@ -53,7 +53,7 @@ def __oneShotErrorUse(expression, field):
|
||||
|
||||
threadData = getCurrentThreadData()
|
||||
|
||||
retVal = conf.hashDB.retrieve(expression) if not conf.freshQueries else None
|
||||
retVal = conf.hashDB.retrieve(expression) if not any([conf.flushSession, conf.freshQueries]) else None
|
||||
|
||||
offset = 1
|
||||
chunk_length = None
|
||||
|
||||
Reference in New Issue
Block a user