mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
a7a29f33ad
commit
7956390631
3 changed files with 4 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ class HashDB(object):
|
|||
|
||||
def retrieve(self, key):
|
||||
retVal = None
|
||||
if key and not any([conf.flushSession, conf.freshQueries]):
|
||||
if key:
|
||||
hash_ = self.hashKey(key)
|
||||
while True:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue