mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
more fixes
This commit is contained in:
parent
56eaa073ce
commit
6be7eee8d6
2 changed files with 5 additions and 8 deletions
|
|
@ -275,9 +275,6 @@ def runCase(switches=None, parse=None):
|
|||
|
||||
console = getUnicode(console, system=True)
|
||||
|
||||
print "result:", result
|
||||
print "console:", console
|
||||
|
||||
if parse and retVal:
|
||||
with codecs.open(conf.dumper.getOutputFile(), "rb", UNICODE_ENCODING) as f:
|
||||
content = f.read()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue