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
7956390631
commit
e3a719e7d2
3 changed files with 11 additions and 5 deletions
|
|
@ -41,6 +41,7 @@ class _ThreadData(threading.local):
|
|||
self.lastQueryDuration = 0
|
||||
self.lastRequestMsg = None
|
||||
self.lastRequestUID = 0
|
||||
self.resumed = False
|
||||
self.retriesCount = 0
|
||||
self.seqMatcher = difflib.SequenceMatcher(None)
|
||||
self.shared = shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue