aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-29 11:02:42 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-29 11:04:55 +0200
commit0c2c017727c7be1eff3bad1766f3030be1f281ec (patch)
treebdc0cc14aeef929d76c68bb41f70587051d46b9e /examples
parentc707479bcd5a8ebb5d6bc8f54a5879176db46b3a (diff)
downloadmitmproxy-0c2c017727c7be1eff3bad1766f3030be1f281ec.tar.gz
mitmproxy-0c2c017727c7be1eff3bad1766f3030be1f281ec.tar.bz2
mitmproxy-0c2c017727c7be1eff3bad1766f3030be1f281ec.zip
change comment indentation
Diffstat (limited to 'examples')
-rw-r--r--examples/mitmproxywrapper.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/mitmproxywrapper.py b/examples/mitmproxywrapper.py
index f6afbf97..2c5016ec 100644
--- a/examples/mitmproxywrapper.py
+++ b/examples/mitmproxywrapper.py
@@ -141,7 +141,7 @@ class Wrapper(object):
'--toggle',
action='store_true',
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(
'-p',
'--port',
@@ -154,8 +154,8 @@ class Wrapper(object):
if args.toggle:
wrapper.toggle_proxy()
- # elif args.honeyproxy:
- # wrapper.wrap_honeyproxy()
+ # elif args.honeyproxy:
+ # wrapper.wrap_honeyproxy()
else:
wrapper.wrap_mitmproxy()