diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-07-30 23:50:34 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2017-07-30 23:50:34 +0200 |
commit | 826513ef278739b51d4d25eefef0ab6217df74ab (patch) | |
tree | 8474729075e9b6ee032bd7143a40428b7d26c017 /mitmproxy/tools/web/master.py | |
parent | 3c45895cec21ae8b73a1fbe8eeb2889589fb3aed (diff) | |
download | mitmproxy-826513ef278739b51d4d25eefef0ab6217df74ab.tar.gz mitmproxy-826513ef278739b51d4d25eefef0ab6217df74ab.tar.bz2 mitmproxy-826513ef278739b51d4d25eefef0ab6217df74ab.zip |
minor fixes
Diffstat (limited to 'mitmproxy/tools/web/master.py')
-rw-r--r-- | mitmproxy/tools/web/master.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/web/master.py b/mitmproxy/tools/web/master.py index 6453dc4e..b13aeff9 100644 --- a/mitmproxy/tools/web/master.py +++ b/mitmproxy/tools/web/master.py @@ -34,7 +34,7 @@ class WebMaster(master.Master): self.addons.add(*addons.default_addons()) self.addons.add( - webaddons.WebOptions(), + webaddons.WebAddon(), intercept.Intercept(), readfile.ReadFile(), self.view, |