diff options
| -rw-r--r-- | mitmproxy/options.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/mitmproxy/options.py b/mitmproxy/options.py index 8102efe7..5e6602fb 100644 --- a/mitmproxy/options.py +++ b/mitmproxy/options.py @@ -377,8 +377,8 @@ class Options(optmanager.OptManager):          )          self.add_option( -                "intercept_active", bool, False, -                "Intercept toggle" +            "intercept_active", bool, False, +            "Intercept toggle"          )          self.add_option( | 
