Fixed palette forced to light in mitmproxywrapper.py

This commit is contained in:
Jean Regisser 2014-03-26 13:15:23 +01:00
parent aab071380a
commit 17e0f7d159
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class Wrapper(object):
cmd = ['mitmproxy', '-p', str(self.port)]
if self.extra_arguments:
cmd.extend(self.extra_arguments)
cmd.extend(['--palette', 'light'])
subprocess.check_call(cmd)
def wrap_honeyproxy(self):