mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 04:20:35 +03:00
unnecessary variable
This commit is contained in:
parent
b1c0cabde5
commit
63ddeb9008
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user