aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/web/master.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-07-27 13:11:16 +0200
committerGitHub <noreply@github.com>2017-07-27 13:11:16 +0200
commit357928b0cdfd89e8a7cce8c776bb5eb16a8c4401 (patch)
treec8ad6cd0378298f7fe7d8570088c3c5c6951f7eb /mitmproxy/tools/web/master.py
parent874d0aa25367274c46f6b8ba2a91def66503407e (diff)
parent7e5f424c5013a591e71f570b003e34f8e6788869 (diff)
downloadmitmproxy-357928b0cdfd89e8a7cce8c776bb5eb16a8c4401.tar.gz
mitmproxy-357928b0cdfd89e8a7cce8c776bb5eb16a8c4401.tar.bz2
mitmproxy-357928b0cdfd89e8a7cce8c776bb5eb16a8c4401.zip
Merge pull request #2460 from MatthewShao/mitmweb-options
Add default value suggester in mitmweb options
Diffstat (limited to 'mitmproxy/tools/web/master.py')
-rw-r--r--mitmproxy/tools/web/master.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mitmproxy/tools/web/master.py b/mitmproxy/tools/web/master.py
index 8c2433ec..dc5b2627 100644
--- a/mitmproxy/tools/web/master.py
+++ b/mitmproxy/tools/web/master.py
@@ -125,7 +125,6 @@ class WebMaster(master.Master):
"No web browser found. Please open a browser and point it to {}".format(web_url),
"info"
)
-
try:
iol.start()
except KeyboardInterrupt: