mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Merge pull request #252 from jeanregisser/master
Fixed palette forced to light in mitmproxywrapper.py
This commit is contained in:
commit
cdc484d513
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user