diff options
Diffstat (limited to 'mitmproxy/web/master.py')
-rw-r--r-- | mitmproxy/web/master.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/web/master.py b/mitmproxy/web/master.py index 83f18539..a0d68191 100644 --- a/mitmproxy/web/master.py +++ b/mitmproxy/web/master.py @@ -94,7 +94,7 @@ class WebState(flow.State): class Options(flow.options.Options): def __init__( self, - intercept=False, # type: bool + intercept=None, # type: Optional[str] wdebug=bool, # type: bool wport=8081, # type: int wiface="127.0.0.1", # type: str |