mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
unnecessary variable
This commit is contained in:
@@ -166,8 +166,6 @@ class Task(object):
|
|||||||
|
|
||||||
# Wrapper functions for sqlmap engine
|
# Wrapper functions for sqlmap engine
|
||||||
class StdDbOut(object):
|
class StdDbOut(object):
|
||||||
encoding = "UTF-8"
|
|
||||||
|
|
||||||
def __init__(self, taskid, messagetype="stdout"):
|
def __init__(self, taskid, messagetype="stdout"):
|
||||||
# Overwrite system standard output and standard error to write
|
# Overwrite system standard output and standard error to write
|
||||||
# to an IPC database
|
# to an IPC database
|
||||||
|
|||||||
Reference in New Issue
Block a user