From 17e0f7d159bdb2ef9a4d4dc25aa49fcadb4238ad Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Wed, 26 Mar 2014 13:15:23 +0100 Subject: Fixed palette forced to light in mitmproxywrapper.py --- examples/mitmproxywrapper.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/mitmproxywrapper.py') diff --git a/examples/mitmproxywrapper.py b/examples/mitmproxywrapper.py index 27ffd609..2f3750e9 100755 --- a/examples/mitmproxywrapper.py +++ b/examples/mitmproxywrapper.py @@ -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): -- cgit v1.2.3