diff --git a/examples/mitmproxywrapper.py b/examples/mitmproxywrapper.py index 27ffd6097..2f3750e9f 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):