mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-01 12:29:04 +00:00
minor update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user