change comment indentation
This commit is contained in:
parent
c707479bcd
commit
0c2c017727
|
@ -141,7 +141,7 @@ class Wrapper(object):
|
||||||
'--toggle',
|
'--toggle',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='just toggle the proxy configuration')
|
help='just toggle the proxy configuration')
|
||||||
# parser.add_argument('--honeyproxy', action='store_true', help='run honeyproxy instead of mitmproxy')
|
# parser.add_argument('--honeyproxy', action='store_true', help='run honeyproxy instead of mitmproxy')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-p',
|
'-p',
|
||||||
'--port',
|
'--port',
|
||||||
|
@ -154,8 +154,8 @@ class Wrapper(object):
|
||||||
|
|
||||||
if args.toggle:
|
if args.toggle:
|
||||||
wrapper.toggle_proxy()
|
wrapper.toggle_proxy()
|
||||||
# elif args.honeyproxy:
|
# elif args.honeyproxy:
|
||||||
# wrapper.wrap_honeyproxy()
|
# wrapper.wrap_honeyproxy()
|
||||||
else:
|
else:
|
||||||
wrapper.wrap_mitmproxy()
|
wrapper.wrap_mitmproxy()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue