mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
some fixes
This commit is contained in:
parent
16a06117f7
commit
b313a20a3f
6 changed files with 10 additions and 10 deletions
|
|
@ -17,6 +17,7 @@ class ThreadData():
|
|||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.disableStdOut = False
|
||||
self.lastErrorPage = None
|
||||
self.lastHTTPError = None
|
||||
self.lastQueryDuration = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue