diff options
author | Matthew Shao <me@matshao.com> | 2017-07-27 11:20:37 +0800 |
---|---|---|
committer | Matthew Shao <me@matshao.com> | 2017-07-27 11:20:37 +0800 |
commit | 4ab5574e1849ffe85bd9d06d0beb7a40b31a3845 (patch) | |
tree | f7c2e744ef71c95d2e49d81fc0dc53a705a013dc /mitmproxy/tools/web/master.py | |
parent | 108ef035855377644ab904e3bba65f7f6512f0ed (diff) | |
download | mitmproxy-4ab5574e1849ffe85bd9d06d0beb7a40b31a3845.tar.gz mitmproxy-4ab5574e1849ffe85bd9d06d0beb7a40b31a3845.tar.bz2 mitmproxy-4ab5574e1849ffe85bd9d06d0beb7a40b31a3845.zip |
[web] Minor Fix for backend.
Diffstat (limited to 'mitmproxy/tools/web/master.py')
-rw-r--r-- | mitmproxy/tools/web/master.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mitmproxy/tools/web/master.py b/mitmproxy/tools/web/master.py index c2e7c4b1..dc5b2627 100644 --- a/mitmproxy/tools/web/master.py +++ b/mitmproxy/tools/web/master.py @@ -125,13 +125,6 @@ class WebMaster(master.Master): "No web browser found. Please open a browser and point it to {}".format(web_url), "info" ) - unknown_opts = optmanager.load_paths(app.CONFIG_PATH) - if unknown_opts == {}: - self.add_log( - "Load options configuration from {}.".format(app.CONFIG_PATH), - "info" - ) - try: iol.start() except KeyboardInterrupt: |