mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor restyling
This commit is contained in:
parent
19e2f3bb76
commit
c2c4601d6e
5 changed files with 36 additions and 36 deletions
|
|
@ -1538,7 +1538,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.lastParserStatus = None
|
||||
|
||||
kb.locks = AttribDict()
|
||||
for _ in ("cache", "count", "index", "io", "limits", "log", "outputs", "value"):
|
||||
for _ in ("cache", "count", "index", "io", "limit", "log", "value"):
|
||||
kb.locks[_] = threading.Lock()
|
||||
|
||||
kb.matchRatio = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue