mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +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)]
|
cmd = ['mitmproxy', '-p', str(self.port)]
|
||||||
if self.extra_arguments:
|
if self.extra_arguments:
|
||||||
cmd.extend(self.extra_arguments)
|
cmd.extend(self.extra_arguments)
|
||||||
cmd.extend(['--palette', 'light'])
|
|
||||||
subprocess.check_call(cmd)
|
subprocess.check_call(cmd)
|
||||||
|
|
||||||
def wrap_honeyproxy(self):
|
def wrap_honeyproxy(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user