diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-05-29 11:43:29 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-05-29 11:55:12 +0200 |
commit | 8eeab37a07a00a0c85067ed58885233e426067f7 (patch) | |
tree | afdff60b21b92adfa177232d04ef5583e005db60 /examples/mitmproxywrapper.py | |
parent | 0c2c017727c7be1eff3bad1766f3030be1f281ec (diff) | |
download | mitmproxy-8eeab37a07a00a0c85067ed58885233e426067f7.tar.gz mitmproxy-8eeab37a07a00a0c85067ed58885233e426067f7.tar.bz2 mitmproxy-8eeab37a07a00a0c85067ed58885233e426067f7.zip |
more style cleanup
Use this to check:
flake8 --count mitmproxy netlib pathod examples test
Diffstat (limited to 'examples/mitmproxywrapper.py')
-rw-r--r-- | examples/mitmproxywrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mitmproxywrapper.py b/examples/mitmproxywrapper.py index 2c5016ec..6841d05f 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', |